mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-12 13:10:11 +00:00
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace FrontendCommon {
|
|
void EnsureSDLInitialized();
|
|
} |