mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-26 16:41:36 +00:00
Add missing SDL_main.h includes to remaining libSDLmain implementations
this should hopefully make the automated builds work again (this commit can probably be removed once all affected platforms are converted to header-only SDL_main)
This commit is contained in:
committed by
Sam Lantinga
parent
22e22ba196
commit
2d0eaea1cc
@@ -2,6 +2,7 @@
|
||||
SDL_ps2_main.c, fjtrujy@gmail.com
|
||||
*/
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_main.h> /* until this SDL_main impl is converted to header-only.. */
|
||||
|
||||
#ifdef __PS2__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user