mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
Renamed things named after BeOS to be named after Haiku instead.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
*/
|
||||
#include "SDL_config.h"
|
||||
|
||||
#ifdef SDL_TIMER_BEOS
|
||||
#ifdef SDL_TIMER_HAIKU
|
||||
|
||||
#include <be/kernel/OS.h>
|
||||
#include <os/kernel/OS.h>
|
||||
|
||||
#include "SDL_timer.h"
|
||||
|
||||
@@ -69,6 +69,6 @@ SDL_Delay(Uint32 ms)
|
||||
snooze(ms * 1000);
|
||||
}
|
||||
|
||||
#endif /* SDL_TIMER_BEOS */
|
||||
#endif /* SDL_TIMER_HAIKU */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
Reference in New Issue
Block a user