home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2007 September
/
maximum-cd-2007-09.iso
/
Assets
/
data
/
AssaultCube_v0.93.exe
/
source
/
include
/
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
|
2006-11-06
|
194 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_ */