You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
196 B

#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