view include/SDL_name.h @ 5279:07559b6cb64f

changeset: 5278:b4b71ec2af73 tag: tip user: Martin Decky <martin@decky.cz> date: Sat Feb 12 22:27:14 2011 +0100 summary: fix typo (assigning height value into displayrect.w instead of displayrect.h)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 17:36:09 -0800
parents d2d48e10f370
children
line wrap: on
line source


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */