comparison include/SDL_name.h @ 293:585a7e1285ae

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Mar 2002 23:19:37 +0000
parents
children d2d48e10f370
comparison
equal deleted inserted replaced
292:eadc0746dfaf 293:585a7e1285ae
1
2 #ifndef _SDLname_h_
3 #define _SDLname_h_
4
5 #if defined(__STDC__) || defined(__cplusplus)
6 #define NeedFunctionPrototypes 1
7 #endif
8
9 #ifndef SDL_NAME
10 #define SDL_NAME(X) SDL_##X
11 #endif
12
13 #endif /* _SDLname_h_ */