diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 11:26:09 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | 29917e4e91c61cff88753bddbeb571e58faea9a6 (patch) | |
tree | 22986e5633f0075551aec5a8fe9140cffe35639b /src/lib/evas/Evas_Eo.h | |
parent | d4f96f97289eab6ea810ee8fc14b6c29ccec15ae (diff) |
efl_animation: Add rotate animation object
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 811f2523a7..d0d0cacc6d 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -60,6 +60,7 @@ | |||
60 | #include "canvas/efl_animation_rotate.eo.h" | 60 | #include "canvas/efl_animation_rotate.eo.h" |
61 | #include "canvas/efl_animation_object.eo.h" | 61 | #include "canvas/efl_animation_object.eo.h" |
62 | #include "canvas/efl_animation_object_alpha.eo.h" | 62 | #include "canvas/efl_animation_object_alpha.eo.h" |
63 | #include "canvas/efl_animation_object_rotate.eo.h" | ||
63 | 64 | ||
64 | #endif /* EFL_EO_API_SUPPORT */ | 65 | #endif /* EFL_EO_API_SUPPORT */ |
65 | 66 | ||