summaryrefslogtreecommitdiff
path: root/src/bindings/eo_js/Eo_Js.hh
blob: ab08b9886eb7d438702ba3d28629b32dd520d3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef EFL_EO_JS_HH
#define EFL_EO_JS_HH

#include <Eina_Js.hh>

#include <eo_js_direction.hh>
#include <eo_js_constructor.hh>
#include <eo_js_call_function.hh>
#include <eo_js_event.hh>
#include <eo_js_namespace.hh>
#include <eo_js_struct.hh>
#include <eo_js_construct_from_eo.hh>

#endif