diff options
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; |