try loading resources from share, fallback to cwd

This commit is contained in:
ouwou
2021-06-30 18:15:03 -04:00
parent 220aa6d13a
commit 698ec52d5c
12 changed files with 80 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <string>
namespace Platform {
bool SetupFonts();
std::string FindResourceFolder();
}