comparison src/timer/amigaos/SDL_systimer.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
46 46
47 extern struct DosLibrary *DOSBase; 47 extern struct DosLibrary *DOSBase;
48 extern struct ExecBase *SysBase; 48 extern struct ExecBase *SysBase;
49 static struct GfxBase *GfxBase; 49 static struct GfxBase *GfxBase;
50 50
51 #include "SDL_error.h"
52 #include "SDL_timer.h" 51 #include "SDL_timer.h"
53 #include "SDL_timer_c.h" 52 #include "SDL_timer_c.h"
54 53
55 #if defined(DISABLE_THREADS) || defined(FORK_HACK) 54 #if defined(DISABLE_THREADS) || defined(FORK_HACK)
56 #define USE_ITIMER 55 #define USE_ITIMER