diff options
Diffstat (limited to 'src/lib/elm_view_form.h')
-rw-r--r-- | src/lib/elm_view_form.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/elm_view_form.h b/src/lib/elm_view_form.h new file mode 100644 index 000000000..3572c7c72 --- /dev/null +++ b/src/lib/elm_view_form.h @@ -0,0 +1,10 @@ + +#ifdef EFL_EO_API_SUPPORT +#ifndef ELM_VIEW_FORM_H +#define ELM_VIEW_FORM_H + +#include <Efl.h> +#include <elm_view_form.eo.h> + +#endif +#endif |