comparison include/SDL_syswm.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents 450721ad5436
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
23 /* Include file for SDL custom system window manager hooks */ 23 /* Include file for SDL custom system window manager hooks */
24 24
25 #ifndef _SDL_syswm_h 25 #ifndef _SDL_syswm_h
26 #define _SDL_syswm_h 26 #define _SDL_syswm_h
27 27
28 #include "SDL_stdinc.h"
28 #include "SDL_version.h" 29 #include "SDL_version.h"
29 30
30 #include "begin_code.h" 31 #include "begin_code.h"
31 /* Set up for C function definitions, even when using C++ */ 32 /* Set up for C function definitions, even when using C++ */
32 #ifdef __cplusplus 33 #ifdef __cplusplus