diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 17:17:24 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | 861a90415c6b41c02a2599f4b2deb50f254dba02 (patch) | |
tree | 17f7aae6e1545494c90e9f765c33e927b80911c7 /src/lib/evas/Evas_Eo.h | |
parent | e1a73fffb9a8e3ededcf4a06c47b034536c33e9c (diff) |
efl_animation: Add group 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 6f52e0c809..b0a2d25924 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -66,6 +66,7 @@ | |||
66 | #include "canvas/efl_animation_object_rotate.eo.h" | 66 | #include "canvas/efl_animation_object_rotate.eo.h" |
67 | #include "canvas/efl_animation_object_scale.eo.h" | 67 | #include "canvas/efl_animation_object_scale.eo.h" |
68 | #include "canvas/efl_animation_object_translate.eo.h" | 68 | #include "canvas/efl_animation_object_translate.eo.h" |
69 | #include "canvas/efl_animation_object_group.eo.h" | ||
69 | 70 | ||
70 | #endif /* EFL_EO_API_SUPPORT */ | 71 | #endif /* EFL_EO_API_SUPPORT */ |
71 | 72 | ||