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