misc/winutils/include/SDL_name.h
author sheepluva
Thu, 12 Jun 2014 14:11:22 +0200
changeset 10284 e9c85a0acdd2
parent 10017 de822cd3df3a
permissions -rw-r--r--
placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */