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