misc/winutils/include/SDL_name.h
author nemo
Sat, 21 Apr 2012 18:05:42 -0400
changeset 6904 a7e40e8a8e6f
parent 6560 ca07e6be08d0
child 10017 de822cd3df3a
permissions -rw-r--r--
Seems to me placing hogs does not need 5s since it is a fixed interval now. Maybe if placing hogs was ever 0 seconds or something.


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */