X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fandroid%2Fmainthread.h;h=4bac952bc149bd839b1815be03981d6ff130baea;hp=efd0fe0e0af22e1c5c833e000b5fd10862f37546;hb=e2b5cb6cd61bf8c6f56f624cc835233df92288da;hpb=edf916d784e503505ddac2acef6f3e9a72abb0d6;ds=sidebyside diff --git a/source/core/android/mainthread.h b/source/core/android/mainthread.h index efd0fe0..4bac952 100644 --- a/source/core/android/mainthread.h +++ b/source/core/android/mainthread.h @@ -3,6 +3,7 @@ #include #include +#include #include "mutex.h" #include "thread.h" @@ -21,6 +22,7 @@ public: private: ANativeActivity *activity; AAssetManager *asset_manager; + FS::Path int_data_path; bool starting_up; Mutex startup_mutex; @@ -33,6 +35,7 @@ public: void resume_startup(); AAssetManager *get_asset_manager() const { return asset_manager; } + const FS::Path &get_internal_data_path() const { return int_data_path; } private: virtual void main();