diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-14 16:55:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-14 18:37:50 +0300 |
commit | 13642a6cddd8657ec84a2bfa94c6ac7d34545dba (patch) | |
tree | cefec154fe5b6ec59990c4ef5cfe67eba4a484e6 /data/graphics/gui/CMakeLists.txt | |
parent | eaaafe3312a361e332d495ee68451e424d90a19d (diff) | |
download | plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.tar.gz plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.tar.bz2 plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.tar.xz plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.zip |
Add support for on screen joystick for moving.
Diffstat (limited to 'data/graphics/gui/CMakeLists.txt')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index ea3312600..9f2f847da 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -13,6 +13,7 @@ SET (FILES circle-on.xml colors.xml complete_icon.xml + dpad.xml dropdown.xml dropdown_background.xml dropdown_pressed.xml |