diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-12 13:32:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-17 14:53:41 +0300 |
commit | 8571843f1405e676142e7bb289f9879d10a888ed (patch) | |
tree | e414c90b31979372220fa5c78f9ebb6cc05cd024 /src/Makefile.am | |
parent | 3d8682618f0b46a334f9db5dd0c780f671e7f072 (diff) | |
download | plus-8571843f1405e676142e7bb289f9879d10a888ed.tar.gz plus-8571843f1405e676142e7bb289f9879d10a888ed.tar.bz2 plus-8571843f1405e676142e7bb289f9879d10a888ed.tar.xz plus-8571843f1405e676142e7bb289f9879d10a888ed.zip |
add walkmaps support.
Fast detecting between two targets is they in same walkable area.
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 453d53160..c4b5971fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -613,6 +613,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ mobileopenglgraphics.h \ mouseinput.cpp \ mouseinput.h \ + navigationmanager.cpp \ + navigationmanager.h \ normalopenglgraphics.cpp \ normalopenglgraphics.h \ notifications.h \ @@ -663,6 +665,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ variabledata.h \ vector.cpp \ vector.h \ + walklayer.cpp \ + walklayer.h \ winver.h manaplus_SOURCES += \ |