Improve Android pause/resume behavior.
This commit is contained in:
commit
f848adff5f
1732 changed files with 451805 additions and 0 deletions
11
include/SDL_name.h
Normal file
11
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