Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes
svn-id: r13289
This commit is contained in:
parent
08332ab559
commit
e8f7214acb
13 changed files with 37 additions and 21 deletions
|
@ -102,7 +102,7 @@ public:
|
|||
|
||||
|
||||
// Add a callback timer
|
||||
void set_timer(TimerProc callback, int timer);
|
||||
void setTimerCallback(TimerProc callback, int timer);
|
||||
|
||||
// Mutex handling
|
||||
MutexRef createMutex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue