mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
Doxygenified a comment
svn-id: r32827
This commit is contained in:
parent
3b1a60c3b2
commit
e68efca5a1
@ -38,14 +38,15 @@ private:
|
||||
void *_timerHandler;
|
||||
TimerSlot *_head;
|
||||
|
||||
|
||||
public:
|
||||
DefaultTimerManager();
|
||||
~DefaultTimerManager();
|
||||
bool installTimerProc(TimerProc proc, int32 interval, void *refCon);
|
||||
void removeTimerProc(TimerProc proc);
|
||||
|
||||
// Timer callback, to be invoked at regular time intervals by the backend.
|
||||
/**
|
||||
* Timer callback, to be invoked at regular time intervals by the backend.
|
||||
*/
|
||||
void handler();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user