mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-04 11:33:27 +03:00
10 lines
174 B
C++
10 lines
174 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace Platform {
|
|
bool SetupFonts();
|
|
std::string FindResourceFolder();
|
|
std::string FindConfigFile();
|
|
std::string FindStateCacheFolder();
|
|
}
|