FrontendCommon: Use SDL_InitSubSystem() for lazy initialization
This commit is contained in:
5
src/frontend-common/sdl_initializer.h
Normal file
5
src/frontend-common/sdl_initializer.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace FrontendCommon {
|
||||
void EnsureSDLInitialized();
|
||||
}
|
||||
Reference in New Issue
Block a user