misc/winutils/include/SDL_name.h
author nemo
Tue, 05 Dec 2017 11:35:04 -0500
branch0.9.23
changeset 12850 b148eefe45c1
parent 10017 de822cd3df3a
permissions -rw-r--r--
0.9.23 branch


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */