| 556 | } |
| 557 | |
| 558 | void __hxcpp_set_critical_error_handler(Dynamic inHandler) |
| 559 | { |
| 560 | hx::setStaticHandler(hx::sCriticalErrorHandler,inHandler); |
| 561 | } |
| 562 | |
| 563 | #ifndef HXCPP_DEBUGGER |
| 564 | void __hxcpp_set_debugger_info(const char **inAllClasses, const char **inFullPaths) { } |
nothing calls this directly
no test coverage detected