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:
authorrachytski <siarhei.rachytski@gmail.com>2012-09-28 21:37:21 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:24 +0300
commit4f04b39a7aec4a09eb697c0227dfa4a558972dcc (patch)
tree803b5eddc48e21a0ecd96d6320be93e81581092e /anim/anim.pro
parent766d07bb9407e981c2a5bc720f19c486bb0cf0a2 (diff)
added anim::SegmentInterpolation and MoveScreen animation tasks.
Diffstat (limited to 'anim/anim.pro')
-rw-r--r--anim/anim.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/anim/anim.pro b/anim/anim.pro
index 477a63413a..512015ab9d 100644
--- a/anim/anim.pro
+++ b/anim/anim.pro
@@ -13,8 +13,10 @@ HEADERS += \
controller.hpp \
task.hpp \
angle_interpolation.hpp \
+ segment_interpolation.hpp \
SOURCES += \
controller.cpp \
task.cpp \
angle_interpolation.cpp \
+ segment_interpolation.cpp \