bugfixes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user