evas: make evas_3d_node_add visible to others.

This commit is contained in:
Cedric Bail 2014-05-01 11:02:30 +02:00
parent bcfae42b3c
commit bb47730b6d
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# error You shall not include this header directly
#endif
#include <Eo.h>
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"