misc/winutils/include/SDL_name.h
author belphegorr <szabibibi@gmail.com>
Fri, 06 Jul 2012 14:45:55 +0300
changeset 7241 7fda4d886c5e
parent 6560 ca07e6be08d0
child 10017 de822cd3df3a
permissions -rw-r--r--
Modified Mission 4: reduced second wave health, reduced some ammos, added some ammos, added reaction to hog death, added reaction to second wave of hogs


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */