Outgoing connections now work in mingw driver.

This commit is contained in:
2021-10-08 16:38:10 -04:00
parent e7f55a2411
commit 760bd22874
6 changed files with 98 additions and 24 deletions

View File

@@ -126,6 +126,10 @@ void DrivenEngine::drv_set_lua_source(util::LuaSourcePtr source) {
rescan_lua_source_ = false;
}
void DrivenEngine::drv_invoke_event_init() {
event_init();
}
void DrivenEngine::drv_invoke_event_update() {
event_update();
}