Home
last modified time | relevance | path

Searched refs:init_event_handlers (Results 1 – 6 of 6) sorted by relevance

/dports/games/xtrojka/xtrojka123/
H A Dgame.h24 void init_event_handlers(void);
H A Dgame.c126 void init_event_handlers() in init_event_handlers() function
H A Dxtrojka.c303 init_event_handlers();
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dcustom_object_type.hpp68 void init_event_handlers(variant node,
H A Dcustom_object_type.cpp635 void custom_object_type::init_event_handlers(variant node, in init_event_handlers() function in custom_object_type
965init_event_handlers(node, event_handlers_, function_symbols(), base_type ? &base_type->event_handl… in custom_object_type()
H A Dcustom_object.cpp278 type_->init_event_handlers(node, event_handlers_); in custom_object()