diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 382b0efe8a..6704ff8573 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h @@ -2,6 +2,8 @@ # error You shall not include this header directly #endif +#include + EAPI extern const Eo_Event_Description _EVAS_OBJECT_EVENT_MOUSE_IN; EAPI extern const Eo_Event_Description _EVAS_OBJECT_EVENT_MOUSE_OUT; EAPI extern const Eo_Event_Description _EVAS_OBJECT_EVENT_MOUSE_DOWN; @@ -220,6 +222,9 @@ EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_RENDER_POST; #include "canvas/evas_3d_mesh.eo.h" +// Manually added at it is not generated by Eolian and not a legacy function either. +EAPI Evas_3D_Node *evas_3d_node_add(Evas *e, Evas_3D_Node_Type type); + #include "canvas/evas_3d_node.eo.h" #include "canvas/evas_3d_scene.eo.h"