Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 111 Bytes

SDLname.h

File metadata and controls

8 lines (5 loc) · 111 Bytes
 
1
2
3
4
5
6
7
8
#ifndef _SDLname_h_
#define _SDLname_h_
#define NeedFunctionPrototypes 1
#define SDL_NAME(X) SDL_##X
#endif