comparison src/timer/mint/SDL_systimer.c @ 1396:428c8690cf73

Add missing include directories
author Patrice Mandin <patmandin@gmail.com>
date Mon, 20 Feb 2006 20:53:52 +0000
parents 19418e4422cb
children d910939febfa
comparison
equal deleted inserted replaced
1395:4eb8c66ce282 1396:428c8690cf73
41 41
42 #include "SDL_timer.h" 42 #include "SDL_timer.h"
43 #include "../SDL_timer_c.h" 43 #include "../SDL_timer_c.h"
44 #include "SDL_thread.h" 44 #include "SDL_thread.h"
45 45
46 #include "mint/SDL_vbltimer_s.h" 46 #include "SDL_vbltimer_s.h"
47 47
48 /* The first ticks value of the application */ 48 /* The first ticks value of the application */
49 static Uint32 start; 49 static Uint32 start;
50 static SDL_bool supervisor; 50 static SDL_bool supervisor;
51 static int mint_present; /* can we use Syield() ? */ 51 static int mint_present; /* can we use Syield() ? */