misc/winutils/include/SDL_name.h
author koda
Thu, 21 Apr 2016 11:55:36 -0400
changeset 11659 71bdf987e41f
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fully support emscripten toolchain in our build system


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */