mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Add SDL_main.h includes to tests
.. including cmake/test/*.c, whatever that does (this is needed now because SDL.h doesn't include SDL_main.h anymore)
This commit is contained in:
parent
ca2fe7be1a
commit
22e22ba196
71 changed files with 73 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <signal.h>
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_main.h>
|
||||
|
||||
#define NUM_THREADS 10
|
||||
/* This value should be smaller than the maximum count of the */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue