misc/winutils/include/SDL_name.h
author sheepluva
Sat, 16 Jan 2016 19:50:38 +0100
changeset 11522 b3ee79e8e3b9
parent 10017 de822cd3df3a
permissions -rw-r--r--
find hg revision even if github author name is not the same as hg author (kodabb vs koda)


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */