This commit is contained in:
Federico Cecchetto 2021-09-28 22:40:51 +02:00
parent be5d909847
commit 401006ca8e

View File

@ -10,5 +10,5 @@ namespace ui_scripting
game::hks::lua_function find_function(const std::string& name);
game::hks::lua_function find_method(const std::string& name);
void notify(event e);
void notify(const event& e);
}