diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-22 15:56:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-22 16:28:10 +0300 |
commit | fbad53d1a8cc89d07227165042cd55e7ed9c5dd2 (patch) | |
tree | 07a0105853e97088f1a091caecc3bb2fb4968c13 /src/client.h | |
parent | 87b21ba61d7a8c322d658bd6b8d9f75b9e711263 (diff) | |
download | plus-fbad53d1a8cc89d07227165042cd55e7ed9c5dd2.tar.gz plus-fbad53d1a8cc89d07227165042cd55e7ed9c5dd2.tar.bz2 plus-fbad53d1a8cc89d07227165042cd55e7ed9c5dd2.tar.xz plus-fbad53d1a8cc89d07227165042cd55e7ed9c5dd2.zip |
add support in ADNROID+SDL2 for loading data from assets.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index fe19a7154..6c1a7bff2 100644 --- a/src/client.h +++ b/src/client.h @@ -391,6 +391,12 @@ private: static void setEnv(const char *const name, const char *const value); +#ifdef ANDROID +#ifdef USE_SDL2 + void extractAssets(); +#endif +#endif + Options mOptions; std::string mPackageDir; |