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