misc/winutils/include/SDL_name.h
author sheepluva
Sun, 01 May 2016 21:09:45 +0200
branchqmlfrontend
changeset 11787 bcba7938ccb5
parent 10017 de822cd3df3a
permissions -rw-r--r--
qmlfrontend/map-preview: add hog count display thingy (only displays "?" for now)


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */