misc/winutils/include/SDL_name.h
author Wuzzy <Wuzzy2@mail.ru>
Tue, 20 Feb 2018 15:31:47 +0100
changeset 13042 3718637c14be
parent 10017 de822cd3df3a
permissions -rw-r--r--
Expose 5 land flags to Lua for use with SetGearCollisionMask


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */