mirror of https://github.com/axmolengine/axmol.git
Added a function getAssetManager() on CCFileUtilsAndroid
This commit is contained in:
parent
9f51adfafa
commit
771996f9f3
|
@ -56,6 +56,7 @@ public:
|
||||||
virtual ~FileUtilsAndroid();
|
virtual ~FileUtilsAndroid();
|
||||||
|
|
||||||
static void setassetmanager(AAssetManager* a);
|
static void setassetmanager(AAssetManager* a);
|
||||||
|
static AAssetManager* getAssetManager() { return assetmanager; }
|
||||||
|
|
||||||
/* override funtions */
|
/* override funtions */
|
||||||
bool init();
|
bool init();
|
||||||
|
|
Loading…
Reference in New Issue