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