Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes

svn-id: r13289
This commit is contained in:
Max Horn 2004-03-15 01:18:47 +00:00
parent 08332ab559
commit e8f7214acb
13 changed files with 37 additions and 21 deletions

View file

@ -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();