SDL standard library

Dependents:   H261_encoder

SDL_name.h

Committer:
miruga27
Date:
2016-09-07
Revision:
0:dda4f4550403

File content as of revision 0:dda4f4550403:


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */