diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-09 01:53:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-12 18:54:58 +0300 |
commit | 363223352ee9c4c7c1d65e49cf48b38b538abaf2 (patch) | |
tree | fd43f37cdcbe02083ef66fdd54baca3f0c709f0b /src/Makefile.am | |
parent | 9d66ae92ac714b4a4b21e588a3e2d481c352cd60 (diff) | |
download | mv-363223352ee9c4c7c1d65e49cf48b38b538abaf2.tar.gz mv-363223352ee9c4c7c1d65e49cf48b38b538abaf2.tar.bz2 mv-363223352ee9c4c7c1d65e49cf48b38b538abaf2.tar.xz mv-363223352ee9c4c7c1d65e49cf48b38b538abaf2.zip |
Moving Android on screen keyboard button from SDL to ManaPlus.
Also add basic functions for handling other on screen buttons.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2140f85cc..124fb4c86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -648,6 +648,10 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ textparticle.h \ textrenderer.h \ tileset.h \ + touchactions.cpp \ + touchactions.h \ + touchmanager.cpp \ + touchmanager.h \ units.cpp \ units.h \ variabledata.h \ |