misc/winutils/include/SDL_name.h
author nemo
Thu, 28 Feb 2013 22:10:49 -0500
changeset 8616 c4536e98c712
parent 6560 ca07e6be08d0
child 10017 de822cd3df3a
permissions -rw-r--r--
Safety check. The main place this can be a problem is on a mild bowl w/ multiple hogs. Could possibly add a hog collision check in here.


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */