minor refactor

This commit is contained in:
MihailRis
2025-01-03 13:50:25 +03:00
parent 9d7816a286
commit 3187243a7d
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ namespace lua {
}
runnable create_runnable(lua::State*);
supplier<bool> create_simple_handler(lua::State*);
KeyCallback create_simple_handler(lua::State*);
scripting::common_func create_lambda(lua::State*);
scripting::common_func create_lambda_nothrow(lua::State*);