mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Changed a detail in Sys::GetProcessPath.
This commit is contained in:
@@ -58,14 +58,11 @@ class EE_API cTextureAtlasLoader {
|
||||
cTextureAtlas * GetTextureAtlas() const;
|
||||
|
||||
void SetLoadCallback( GLLoadCallback LoadCallback );
|
||||
|
||||
std::string AppPath() const;
|
||||
protected:
|
||||
cResourceLoader mRL;
|
||||
std::string mTextureGroupPath;
|
||||
bool mThreaded;
|
||||
bool mLoaded;
|
||||
std::string mAppPath;
|
||||
cPack * mPack;
|
||||
bool mSkipResourceLoad;
|
||||
bool mIsLoading;
|
||||
|
||||
Reference in New Issue
Block a user