diff options
Diffstat (limited to 'platform.hpp')
-rw-r--r-- | platform.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platform.hpp b/platform.hpp deleted file mode 100644 index e321d4e..0000000 --- a/platform.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once -#include <string> - -namespace Platform { -bool SetupFonts(); -std::string FindResourceFolder(); -std::string FindConfigFile(); -std::string FindStateCacheFolder(); -} |