mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
10 lines
196 B
C++
10 lines
196 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace Platform {
|
|
bool SetupFonts();
|
|
std::string FindResourceFolder();
|
|
std::string FindConfigFile();
|
|
std::string FindStateCacheFolder();
|
|
} // namespace Platform
|