diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 12:03:08 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | 55405208469198060d2fc1f7c590ed84f474b8ed (patch) | |
tree | 85077383eb9c85b1b4ebd99fa075b87812ca6b20 /src/lib/evas/Evas_Eo.h | |
parent | c3865609c9a89a705976a79a8a8e189a00027d18 (diff) |
efl_animation: Add scale 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 4a7e5e5399..a923f3aace 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -62,6 +62,7 @@ | |||
62 | #include "canvas/efl_animation_object.eo.h" | 62 | #include "canvas/efl_animation_object.eo.h" |
63 | #include "canvas/efl_animation_object_alpha.eo.h" | 63 | #include "canvas/efl_animation_object_alpha.eo.h" |
64 | #include "canvas/efl_animation_object_rotate.eo.h" | 64 | #include "canvas/efl_animation_object_rotate.eo.h" |
65 | #include "canvas/efl_animation_object_scale.eo.h" | ||
65 | 66 | ||
66 | #endif /* EFL_EO_API_SUPPORT */ | 67 | #endif /* EFL_EO_API_SUPPORT */ |
67 | 68 | ||