Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 183 Bytes

SDL_name.h

File metadata and controls

11 lines (7 loc) · 183 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */