mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-03 20:44:42 +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_winrt_main_NonXAML.cpp, placed in the public domain by David Ludwig 3/13/14
|
||||
*/
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_main.h> /* until this SDL_main impl is converted to header-only.. */
|
||||
|
||||
#include <wrl.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user