From fbad53d1a8cc89d07227165042cd55e7ed9c5dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 22 Sep 2013 15:56:01 +0300 Subject: add support in ADNROID+SDL2 for loading data from assets. --- src/client.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client.h') 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; -- cgit v1.2.3-60-g2f50