misc/winutils/include/SDL_name.h
author sheepluva
Sat, 23 Apr 2016 12:02:39 +0200
changeset 11673 86cacfde14c4
parent 10017 de822cd3df3a
permissions -rw-r--r--
merge commit by Wuzzy that allows drop down lists in team edit screen to display more items at a time, if possible


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */