Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-03-30 11:55:10 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:14 +0300
commit8cb22bf52d9e6968c9fbb97747d8742586e28493 (patch)
tree5bd08c63a7562ef0f18385b21127841d887bf74a /drape_frontend/drape_frontend.pro
parent0e6a372c05ff13937b444c1628535c4e03f781f7 (diff)
Added tile tree
Diffstat (limited to 'drape_frontend/drape_frontend.pro')
-rwxr-xr-x[-rw-r--r--]drape_frontend/drape_frontend.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/drape_frontend/drape_frontend.pro b/drape_frontend/drape_frontend.pro
index 77191502c0..6e87fd6989 100644..100755
--- a/drape_frontend/drape_frontend.pro
+++ b/drape_frontend/drape_frontend.pro
@@ -36,6 +36,7 @@ SOURCES += \
threads_commutator.cpp \
tile_info.cpp \
tile_key.cpp \
+ tile_tree.cpp \
tile_utils.cpp \
user_mark_shapes.cpp \
user_marks_provider.cpp \
@@ -76,6 +77,7 @@ HEADERS += \
threads_commutator.hpp \
tile_info.hpp \
tile_key.hpp \
+ tile_tree.hpp \
tile_utils.hpp \
user_mark_shapes.hpp \
user_marks_provider.hpp \