aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authordhewg2011-03-19 12:17:43 +0100
committerdhewg2011-03-19 12:17:43 +0100
commit69e271225f43e7c6c34fbc9c1e0cf73afeedfe18 (patch)
tree62dc57682b13d1c664cffec55d9d1c9a8a1e69a1 /backends/platform/android/android.h
parent2def212de75b3885738c4db188f0a42b712bd48f (diff)
downloadscummvm-rg350-69e271225f43e7c6c34fbc9c1e0cf73afeedfe18.tar.gz
scummvm-rg350-69e271225f43e7c6c34fbc9c1e0cf73afeedfe18.tar.bz2
scummvm-rg350-69e271225f43e7c6c34fbc9c1e0cf73afeedfe18.zip
ANDROID: Log some system properties
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index 839b3f01c1..da5e75c04b 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -144,6 +144,8 @@ private:
FilesystemFactory *_fsFactory;
timeval _startTime;
+ Common::String getSystemProperty(const char *name) const;
+
void initSurface();
void deinitSurface();
void initViewport();