aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/virtual-keyboard.h
diff options
context:
space:
mode:
authorStephen Kennedy2008-09-30 13:51:01 +0000
committerStephen Kennedy2008-09-30 13:51:01 +0000
commitdf3b8fd14c9ce97fe81976e30086af95000bb2f1 (patch)
treebfac785bf2d476df65ae1adf99445e3e2100f1e9 /backends/vkeybd/virtual-keyboard.h
parenta7bb113e83c88fad3a23d408caa99f918fdb610a (diff)
downloadscummvm-rg350-df3b8fd14c9ce97fe81976e30086af95000bb2f1.tar.gz
scummvm-rg350-df3b8fd14c9ce97fe81976e30086af95000bb2f1.tar.bz2
scummvm-rg350-df3b8fd14c9ce97fe81976e30086af95000bb2f1.zip
Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts.
svn-id: r34706
Diffstat (limited to 'backends/vkeybd/virtual-keyboard.h')
-rw-r--r--backends/vkeybd/virtual-keyboard.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/backends/vkeybd/virtual-keyboard.h b/backends/vkeybd/virtual-keyboard.h
index f2f7485c6d..feb4480a70 100644
--- a/backends/vkeybd/virtual-keyboard.h
+++ b/backends/vkeybd/virtual-keyboard.h
@@ -26,6 +26,10 @@
#ifndef COMMON_VIRTUAL_KEYBOARD_H
#define COMMON_VIRTUAL_KEYBOARD_H
+#include "common/scummsys.h"
+
+#ifdef ENABLE_VKEYBD
+
class OSystem;
#include "common/events.h"
@@ -246,8 +250,8 @@ protected:
};
-
} // End of namespace Common
+#endif // #ifdef ENABLE_VKEYBD
-#endif
+#endif // #ifndef COMMON_VIRTUAL_KEYBOARD_H