home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 March
/
ENTER.ISO
/
files
/
fwp-0.0.6-win32-installer.exe
/
SDL_name.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-03-05
|
183 b
|
12 lines
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */