mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 08:17:59 +03:00
Rename Entities -> ObjectsHandler.
This commit is contained in:
parent
ce960d1052
commit
23e8d810ae
7 changed files with 13 additions and 13 deletions
|
@ -22,9 +22,9 @@ ScriptInterfaceFlow* ScriptInterfaceState::CreateFlow()
|
|||
return new GameFlow(&g_solState);
|
||||
}
|
||||
|
||||
ScriptInterfaceObjectsHandler* ScriptInterfaceState::CreateEntities()
|
||||
ScriptInterfaceObjectsHandler* ScriptInterfaceState::CreateObjectsHandler()
|
||||
{
|
||||
return new GameEntities(&g_solState);
|
||||
return new ObjectsHandler(&g_solState);
|
||||
}
|
||||
|
||||
ScriptInterfaceStringsHandler* ScriptInterfaceState::CreateStringsHandler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue