Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

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
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
May 18, 2013
May 18, 2013
9
#define SDL_NAME(X) SDL_##X
10
11
#endif /* _SDLname_h_ */