summaryrefslogtreecommitdiff
path: root/src/bindings/eo_js/eo_js_direction.hh
blob: 96cd07608cd6bb5e79360a02d9bdb7672fa6831d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EFL_EO_JS_EO_JS_DIRECTION_HH
#define EFL_EO_JS_EO_JS_DIRECTION_HH

namespace efl { namespace eo { namespace js {

struct input {};
struct output {};
struct input_output {};

} } }

#endif