misc/winutils/include/SDL_name.h
author unc0rr
Sat, 15 Sep 2018 20:42:02 +0200
branch0.9.24
changeset 13784 c384117f90eb
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fix SetAmmoTexts not working in stats-only mode


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */