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:
parent
93c59fdb28
commit
8455939e2e
77 changed files with 27990 additions and 0 deletions
11
ExternalLibs/SDL2/include/SDL_name.h
Normal file
11
ExternalLibs/SDL2/include/SDL_name.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue