更新 src/tencent_sdk_tmt.h

This commit is contained in:
2026-05-07 23:39:14 +08:00
parent 7cd0250356
commit 487062ff86

View File

@@ -30,6 +30,7 @@ namespace module
private: private:
virtual void regist_global(const char* name, sol::state* lua); virtual void regist_global(const char* name, sol::state* lua);
virtual void delete_global() { delete this; } virtual void delete_global() { delete this; }
virtual void self_free() {}
}; };
} }