comparison include/SDL_timer.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents c9b51268668f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
23 #ifndef _SDL_timer_h 23 #ifndef _SDL_timer_h
24 #define _SDL_timer_h 24 #define _SDL_timer_h
25 25
26 /* Header for the SDL time management routines */ 26 /* Header for the SDL time management routines */
27 27
28 #include "SDL_main.h" 28 #include "SDL_stdinc.h"
29 #include "SDL_types.h"
30 29
31 #include "begin_code.h" 30 #include "begin_code.h"
32 /* Set up for C function definitions, even when using C++ */ 31 /* Set up for C function definitions, even when using C++ */
33 #ifdef __cplusplus 32 #ifdef __cplusplus
34 extern "C" { 33 extern "C" {