new directory system on linux

This commit is contained in:
Ryzerth
2020-12-22 22:39:24 +01:00
parent d1a8425d43
commit 22d18a9e58
7 changed files with 62 additions and 26 deletions

View File

@ -14,5 +14,5 @@ namespace icons {
extern ImTextureID CENTER_TUNING;
GLuint loadTexture(std::string path);
void load();
bool load(std::string resDir);
}