Duckstation/src/frontend-common/sdl_initializer.h

5 lines
71 B
C++

#pragma once
namespace FrontendCommon {
void EnsureSDLInitialized();
}