Parent Directory
|
Revision Log
|
Patch
revision 86 by Jede, Wed May 27 20:33:03 2009 UTC | revision 87 by Jede, Wed May 27 20:53:11 2009 UTC | |
---|---|---|
# | Line 30 | Line 30 |
30 | #ifndef _SDL_TTF_H | #ifndef _SDL_TTF_H |
31 | #define _SDL_TTF_H | #define _SDL_TTF_H |
32 | ||
33 | #include "SDL.h" | #include "SDL/SDL.h" |
34 | #include "begin_code.h" | #include "SDL/begin_code.h" |
35 | ||
36 | /* Set up for C function definitions, even when using C++ */ | /* Set up for C function definitions, even when using C++ */ |
37 | #ifdef __cplusplus | #ifdef __cplusplus |
# | Line 229 extern DECLSPEC int SDLCALL TTF_WasInit( | Line 229 extern DECLSPEC int SDLCALL TTF_WasInit( |
229 | #ifdef __cplusplus | #ifdef __cplusplus |
230 | } | } |
231 | #endif | #endif |
232 | #include "close_code.h" | #include "SDL/close_code.h" |
233 | ||
234 | #endif /* _SDL_TTF_H */ | #endif /* _SDL_TTF_H */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |