Add code for invoke_lua_call

This commit is contained in:
2024-08-28 19:40:23 -04:00
parent d1efa7f528
commit 811df62bc6
4 changed files with 61 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ public:
enum Kind {
KIND_INVALID,
KIND_ENGIO,
KIND_LUA_CALL,
KIND_LUA,
KIND_FLUSH_PRINTS,
KIND_TICK,