mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
testprograms: parse arguments using SDLTest_CommonState
This commit is contained in:
parent
8bea41f737
commit
4a6528e3f0
71 changed files with 1516 additions and 389 deletions
|
@ -15,6 +15,14 @@
|
|||
*/
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
/* Hack to avoid dynapi renaming */
|
||||
#include "../src/dynapi/SDL_dynapi.h"
|
||||
#ifdef SDL_DYNAMIC_API
|
||||
#undef SDL_DYNAMIC_API
|
||||
#endif
|
||||
|
||||
#include "../src/SDL_internal.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
const char *tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue