SDL Library

Dependents:   H261_decoder

Committer:
miruga27
Date:
Thu Sep 22 00:03:09 2016 +0000
Revision:
0:7fb6877b5d7c
SDL

Who changed what in which revision?

UserRevisionLine numberNew contents of line
miruga27 0:7fb6877b5d7c 1
miruga27 0:7fb6877b5d7c 2 #ifndef _SDLname_h_
miruga27 0:7fb6877b5d7c 3 #define _SDLname_h_
miruga27 0:7fb6877b5d7c 4
miruga27 0:7fb6877b5d7c 5 #if defined(__STDC__) || defined(__cplusplus)
miruga27 0:7fb6877b5d7c 6 #define NeedFunctionPrototypes 1
miruga27 0:7fb6877b5d7c 7 #endif
miruga27 0:7fb6877b5d7c 8
miruga27 0:7fb6877b5d7c 9 #define SDL_NAME(X) SDL_##X
miruga27 0:7fb6877b5d7c 10
miruga27 0:7fb6877b5d7c 11 #endif /* _SDLname_h_ */