ultimatepp/bazaar/SDL/plugin/include/SDL_name.h
koldo 9aaac48d6b SDL: SDLCtrl initial release
git-svn-id: svn://ultimatepp.org/upp/trunk@2850 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-17 21:08:01 +00:00

11 lines
183 B
C

#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */