0
0
Fork 0
mirror of https://github.com/DrBeef/DVR.git synced 2024-12-25 03:41:03 +00:00
dvr/app/jni/SDL/include/SDL_name.h
2016-03-03 22:28:59 +00:00

11 lines
183 B
C

#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */