SDL and OpenAL headers.

This commit is contained in:
Ryan C. Gordon 2005-11-26 07:59:00 +00:00
parent 721b9a7d01
commit 877f360812
38 changed files with 11729 additions and 0 deletions

View file

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