1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-06 06:10:45 +00:00

Add SDL2 libs and headers (only win32, for now)

This commit is contained in:
fgenesis 2013-07-18 22:01:11 +02:00
commit 8455939e2e
77 changed files with 27990 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_ */