misc/winutils/include/SDL_name.h
author koda
Sun, 12 Feb 2012 18:50:22 +0100
changeset 6679 d8b98aa486a6
parent 6560 ca07e6be08d0
child 10017 de822cd3df3a
permissions -rw-r--r--
tweaks to the value tracking slider (doesn't draw outside the superview bounds) and assign proper copyright notice to it


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */