misc/winutils/include/SDL_name.h
author antonc27 <antonc27@mail.ru>
Mon, 09 Nov 2015 02:42:30 +0100
branchios-revival
changeset 11350 1f517a461c33
parent 10017 de822cd3df3a
permissions -rw-r--r--
- Fixed problem with previewImage when receiving memory warning on Missions screen


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */