home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISCWORLD 7
/
RISCWORLD_VOL7.iso
/
Software
/
Issue2
/
SDL.ARC
/
!SDL
/
SDL
/
h
/
SDL_name
< 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
Text File
|
2002-03-06
|
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_ */