misc/winutils/include/SDL_name.h
author nemo
Sat, 25 Oct 2014 10:42:30 -0400
changeset 10441 d2f599997b54
parent 10017 de822cd3df3a
permissions -rw-r--r--
Revert hog tinting from rdb65298717da since it wasn't sufficiently complete for a release. More sprites need converting, and there's a slight bug in hog tinting, for away hogs with hats I believe.


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */