diff options
| author | Max Horn | 2004-03-15 01:18:47 +0000 |
|---|---|---|
| committer | Max Horn | 2004-03-15 01:18:47 +0000 |
| commit | e8f7214acbfa67874b230edba9cdbc38288c6a7e (patch) | |
| tree | 2320a25d223ada20cff51a00bfb54a8c2961d5cd /backends/dc/time.cpp | |
| parent | 08332ab559f45366e3c965990d7ecf7f6ebc8db7 (diff) | |
| download | scummvm-rg350-e8f7214acbfa67874b230edba9cdbc38288c6a7e.tar.gz scummvm-rg350-e8f7214acbfa67874b230edba9cdbc38288c6a7e.tar.bz2 scummvm-rg350-e8f7214acbfa67874b230edba9cdbc38288c6a7e.zip | |
Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes
svn-id: r13289
Diffstat (limited to 'backends/dc/time.cpp')
| -rw-r--r-- | backends/dc/time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/time.cpp b/backends/dc/time.cpp index b508b3c45d..2771fc33c2 100644 --- a/backends/dc/time.cpp +++ b/backends/dc/time.cpp @@ -53,7 +53,7 @@ void OSystem_Dreamcast::delay_msecs(uint msecs) get_msecs(); } -void OSystem_Dreamcast::set_timer(TimerProc callback, int timer) +void OSystem_Dreamcast::setTimerCallback(TimerProc callback, int timer) { if (callback != NULL) { _timer_duration = timer; |
