SDL standard library

Dependents:   H261_encoder

Committer:
miruga27
Date:
Wed Sep 07 18:46:53 2016 +0000
Revision:
0:dda4f4550403
7/09/2016;

Who changed what in which revision?

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