misc/winutils/include/SDL_name.h
author nemo
Tue, 24 Jun 2014 08:49:09 -0400
changeset 10339 a1168c400c90
parent 10017 de822cd3df3a
permissions -rw-r--r--
couple of custom sprites for mikade to override in a lua sidecar if he wants to


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */