misc/winutils/include/SDL_name.h
author belphegorr <szabibibi@gmail.com>
Tue, 03 Jul 2012 12:15:07 +0300
changeset 7219 6c7739c6446f
parent 6560 ca07e6be08d0
child 10017 de822cd3df3a
permissions -rw-r--r--
Set the choice constants to the correct values (1-3 instead of 0-2).


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */