mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 22:25:42 +00:00
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace FrontendCommon {
|
|
void EnsureSDLInitialized();
|
|
} |