This commit is contained in:
Jan Racek
2026-03-27 18:31:54 +01:00
parent 480323f5b9
commit 4ff7ecdd57
6 changed files with 155 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ class Lua {
void LoadLuaFile(const char* code, size_t len, int index);
void RegisterSceneScripts(int index);
void RegisterGameObject(GameObject* go);
void RelocateGameObjects(GameObject** objects, size_t count, intptr_t delta);
// Get the underlying psyqo::Lua state for API registration
psyqo::Lua& getState() { return m_state; }