diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 11:10:58 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | d4f96f97289eab6ea810ee8fc14b6c29ccec15ae (patch) | |
tree | ba5fe338840e6d23e724d065614095fce3d84ddd /src/lib/evas/Evas_Eo.h | |
parent | 58dd0bebaaca70cfdbb97d860a5637db1e52425d (diff) |
efl_animation: Add rotate animation
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index d806deaa8d..811f2523a7 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -57,6 +57,7 @@ | |||
57 | 57 | ||
58 | #include "canvas/efl_animation.eo.h" | 58 | #include "canvas/efl_animation.eo.h" |
59 | #include "canvas/efl_animation_alpha.eo.h" | 59 | #include "canvas/efl_animation_alpha.eo.h" |
60 | #include "canvas/efl_animation_rotate.eo.h" | ||
60 | #include "canvas/efl_animation_object.eo.h" | 61 | #include "canvas/efl_animation_object.eo.h" |
61 | #include "canvas/efl_animation_object_alpha.eo.h" | 62 | #include "canvas/efl_animation_object_alpha.eo.h" |
62 | 63 | ||