mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-24 16:55:38 +00:00
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace FrontendCommon {
|
|
void EnsureSDLInitialized();
|
|
} |