summaryrefslogtreecommitdiff
path: root/src/timer
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-11-14 11:51:24 -0500
committerRyan C. Gordon <icculus@icculus.org>2013-11-14 11:51:24 -0500
commitb444dd27141193f89cd4312267b3347a8f2abe86 (patch)
tree01e2e9215bb19155cc4e5cf3e9813d28dac3f0eb /src/timer
parenteafeffb53e3a39363bc431d1e4bc710ad695cb72 (diff)
Renamed things named after BeOS to be named after Haiku instead.
Diffstat (limited to 'src/timer')
-rw-r--r--src/timer/haiku/SDL_systimer.c (renamed from src/timer/beos/SDL_systimer.c)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timer/beos/SDL_systimer.c b/src/timer/haiku/SDL_systimer.c
index fd22e4412f..591c711329 100644
--- a/src/timer/beos/SDL_systimer.c
+++ b/src/timer/haiku/SDL_systimer.c
@@ -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: */