Added another constructor to avoid requiring a full ANativeActivity
This commit is contained in:
@@ -65,6 +65,8 @@ public:
|
||||
/** Constructor. */
|
||||
AndroidJNIIOSystem(ANativeActivity* activity);
|
||||
|
||||
AndroidJNIIOSystem(const char *internalPath, AAssetManager assetManager);
|
||||
|
||||
/** Destructor. */
|
||||
~AndroidJNIIOSystem();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user