misc/winutils/include/SDL_name.h
author Wuzzy <almikes@aol.com>
Tue, 10 Oct 2017 02:00:04 +0200
changeset 12680 5a253f158071
parent 10017 de822cd3df3a
permissions -rw-r--r--
Eliminate some possible spoilers in stats screen of ASA: fruit02


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */