2005-11-26 07:59:00 +00:00
|
|
|
|
|
|
|
#ifndef _SDLname_h_
|
|
|
|
#define _SDLname_h_
|
|
|
|
|
|
|
|
#if defined(__STDC__) || defined(__cplusplus)
|
|
|
|
#define NeedFunctionPrototypes 1
|
|
|
|
#endif
|
|
|
|
|
2013-08-20 17:30:56 +00:00
|
|
|
#define SDL_NAME(X) SDL_##X
|
2005-11-26 07:59:00 +00:00
|
|
|
|
|
|
|
#endif /* _SDLname_h_ */
|