misc/winutils/include/SDL_name.h
author unc0rr
Sat, 13 Sep 2014 00:27:10 +0400
branchqmlfrontend
changeset 10404 1baaab44a0b2
parent 10017 de822cd3df3a
permissions -rw-r--r--
- Fix arguments parsing in engine assuming paramcount > 0 - Pass "--help" for testing


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */