SDL standard library

Dependents:   H261_encoder

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SDL_name.h Source File

SDL_name.h

00001 
00002 #ifndef _SDLname_h_
00003 #define _SDLname_h_
00004 
00005 #if defined(__STDC__) || defined(__cplusplus)
00006 #define NeedFunctionPrototypes 1
00007 #endif
00008 
00009 #define SDL_NAME(X) SDL_##X
00010 
00011 #endif /* _SDLname_h_ */