comparison include/SDL_loadso.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
39 39
40 40
41 #ifndef _SDL_loadso_h 41 #ifndef _SDL_loadso_h
42 #define _SDL_loadso_h 42 #define _SDL_loadso_h
43 43
44 #include "SDL_stdinc.h"
45
44 #include "begin_code.h" 46 #include "begin_code.h"
45 /* Set up for C function definitions, even when using C++ */ 47 /* Set up for C function definitions, even when using C++ */
46 #ifdef __cplusplus 48 #ifdef __cplusplus
47 extern "C" { 49 extern "C" {
48 #endif 50 #endif