mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-29 16:11:31 +00:00
Update bundled SDL headers/libs
This commit is contained in:
parent
42586b782b
commit
b43f766141
128 changed files with 25304 additions and 12388 deletions
11
code/SDL2/include/SDL_name.h
Normal file
11
code/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