mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-11-26 05:51:22 +00:00
7f306262db
./configure --host=x86_64-w64-mingw32 \ --prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32
11 lines
183 B
C
11 lines
183 B
C
|
|
#ifndef _SDLname_h_
|
|
#define _SDLname_h_
|
|
|
|
#if defined(__STDC__) || defined(__cplusplus)
|
|
#define NeedFunctionPrototypes 1
|
|
#endif
|
|
|
|
#define SDL_NAME(X) SDL_##X
|
|
|
|
#endif /* _SDLname_h_ */
|