misc/winutils/include/SDL_name.h
author unC0Rr
Thu, 24 Mar 2016 14:40:59 +0300
branch0.9.22
changeset 12368 1e7a50e91d0c
parent 10017 de822cd3df3a
permissions -rw-r--r--
Achievement for ClimbHome


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */