Add HomeDir function
This commit is contained in:
parent
4ae938ada9
commit
4f1b3206c5
6 changed files with 92 additions and 21 deletions
|
@ -6,8 +6,9 @@ void android_main(struct android_app *app) {
|
|||
androidMain(app);
|
||||
}
|
||||
|
||||
void init_asset_manager(void *state) {
|
||||
void android_init(void *state) {
|
||||
struct android_app *app;
|
||||
app = (struct android_app *)state;
|
||||
asset_manager = app->activity->assetManager;
|
||||
internal_storage_path = app->activity->internalDataPath;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue