misc/winutils/include/SDL_name.h
author LocutusOfBorg
Thu, 12 Jan 2017 11:40:28 -0500
changeset 12117 262d24da6fb8
parent 10017 de822cd3df3a
permissions -rw-r--r--
aaand italian


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */