X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fandroid%2Fmainthread.h;h=efd0fe0e0af22e1c5c833e000b5fd10862f37546;hp=68da6c4bc9133de65366f1a9ebe2bf72518e804b;hb=c0d3fd58fd25e4627a6f8d64a22c5800e783ce07;hpb=169ece8b190040c4b61d68122c4ead1ba266cf79 diff --git a/source/core/android/mainthread.h b/source/core/android/mainthread.h index 68da6c4..efd0fe0 100644 --- a/source/core/android/mainthread.h +++ b/source/core/android/mainthread.h @@ -20,6 +20,7 @@ public: private: ANativeActivity *activity; + AAssetManager *asset_manager; bool starting_up; Mutex startup_mutex; @@ -31,6 +32,8 @@ public: void wait_for_app_created(); void resume_startup(); + AAssetManager *get_asset_manager() const { return asset_manager; } + private: virtual void main();