misc/winutils/include/SDL_name.h
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Feb 2018 02:48:46 +0100 (2018-02-14)
changeset 12992 89ca59c642a0
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fix preview image for Sticks map

#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */