Mercurial > sdl-ios-xcode
comparison src/timer/mint/SDL_systimer.c @ 754:623b453a3219
Fixed "dist" make target for newer versions of automake
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2003 06:25:53 +0000 |
parents | 0ce5a68278fd |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
753:b14fdadd8311 | 754:623b453a3219 |
---|---|
45 #include "SDL_error.h" | 45 #include "SDL_error.h" |
46 #include "SDL_timer.h" | 46 #include "SDL_timer.h" |
47 #include "SDL_timer_c.h" | 47 #include "SDL_timer_c.h" |
48 #include "SDL_thread.h" | 48 #include "SDL_thread.h" |
49 | 49 |
50 #include "SDL_vbltimer_s.h" | 50 #include "mint/SDL_vbltimer_s.h" |
51 | 51 |
52 /* The first ticks value of the application */ | 52 /* The first ticks value of the application */ |
53 static Uint32 start; | 53 static Uint32 start; |
54 static SDL_bool supervisor; | 54 static SDL_bool supervisor; |
55 | 55 |