misc/winutils/include/SDL_name.h
author sheepluva
Mon, 16 Jun 2014 23:46:22 +0200
changeset 10316 0f46fb0e0d5f
parent 10017 de822cd3df3a
permissions -rw-r--r--
speed up tests


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */