comparison src/timer/amigaos/SDL_systimer.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
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_timer.h" 51 #include "SDL_timer.h"
52 #include "SDL_timer_c.h" 52 #include "../SDL_timer_c.h"
53
54 #if defined(DISABLE_THREADS) || defined(FORK_HACK)
55 #define USE_ITIMER
56 #endif
57 53
58 /* The first ticks value of the application */ 54 /* The first ticks value of the application */
59 55
60 #if !defined(__PPC__) || defined(STORMC4_WOS) || defined(MORPHOS) 56 #if !defined(__PPC__) || defined(STORMC4_WOS) || defined(MORPHOS)
61 static clock_t start; 57 static clock_t start;