Implement asset loading for kraken_convert

This commit is contained in:
Kearwood Kip Gilbert
2019-07-18 00:00:08 -07:00
parent cc62f34e4e
commit 200536bf21
3 changed files with 26 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class Context
class impl;
public:
static Context* Get();
bool loadResource(const char* szPath);
private:
Context();
~Context();