*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40294
This commit is contained in:
Sam Lantinga 2002-03-05 23:19:37 +00:00
parent a1db24829f
commit 89f7ace3fc
8 changed files with 14 additions and 8 deletions

13
include/SDL_name.h Normal file
View file

@ -0,0 +1,13 @@
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#ifndef SDL_NAME
#define SDL_NAME(X) SDL_##X
#endif
#endif /* _SDLname_h_ */