efl/src/bindings/js/eo_js/eo_js_direction.hh

13 lines
196 B
C++

#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