misc/winutils/include/SDL_name.h
author antonc27 <antonc27@mail.ru>
Sun, 15 Nov 2015 14:40:51 +0100
branchios-revival
changeset 11387 7038ecc1f7fa
parent 10017 de822cd3df3a
permissions -rw-r--r--
Added tag Hedgewars-iOS-2.0 for changeset a0163b8302c5


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */