mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Start separating out the SDL-related stuff in Widgets.
This commit is contained in:
parent
077f1007eb
commit
3e908abfca
9 changed files with 54 additions and 34 deletions
|
@ -72,7 +72,7 @@ void Object::startTimer(int ms)
|
|||
printf("Object{%p} already has a timer!\n", this);
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
#if USE_SDL
|
||||
#ifdef USE_SDL
|
||||
m_timerID = SDL_AddTimer(ms, sdlTimerCallback, this);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue