repo.or.cz
/
SauerbratenRemote.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial sauer
[SauerbratenRemote.git]
/
src
/
include
/
SDL_name.h
blob
84d5e39a09b7a5242e1c9627d0f45429d0381c38
1
2
#ifndef _SDLname_h_
3
#define _SDLname_h_
4
5
#if defined(__STDC__) || defined(__cplusplus)
6
#define NeedFunctionPrototypes 1
7
#endif
8
9
#define SDL_NAME(X) SDL_##X
10
11
#endif
/* _SDLname_h_ */