mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 08:17:59 +03:00
Rename some files and folders.
This commit is contained in:
parent
54b519776c
commit
00b6e76bea
16 changed files with 58 additions and 40 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "ScriptInterfaceState.h"
|
||||
#include "GameLogicScript.h"
|
||||
#include "GameFlowScript.h"
|
||||
#include "Entities/Entities.h"
|
||||
#include "Objects/ObjectsHandler.h"
|
||||
#include "Strings/StringsHandler.h"
|
||||
|
||||
sol::state g_solState;
|
||||
|
@ -22,7 +22,7 @@ ScriptInterfaceFlow* ScriptInterfaceState::CreateFlow()
|
|||
return new GameFlow(&g_solState);
|
||||
}
|
||||
|
||||
ScriptInterfaceEntities* ScriptInterfaceState::CreateEntities()
|
||||
ScriptInterfaceObjectsHandler* ScriptInterfaceState::CreateEntities()
|
||||
{
|
||||
return new GameEntities(&g_solState);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue