mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 08:17:59 +03:00
Entity->Entities.
This commit is contained in:
parent
1edb0bebd5
commit
f447a386e2
13 changed files with 35 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "ScriptInterfaceState.h"
|
||||
#include "GameLogicScript.h"
|
||||
#include "GameFlowScript.h"
|
||||
#include "Entity/Entity.h"
|
||||
#include "Entities/Entities.h"
|
||||
|
||||
sol::state g_solState;
|
||||
|
||||
|
@ -21,7 +21,7 @@ ScriptInterfaceFlow* ScriptInterfaceState::CreateFlow()
|
|||
return new GameFlow(&g_solState);
|
||||
}
|
||||
|
||||
ScriptInterfaceEntity* CreateEntities()
|
||||
ScriptInterfaceEntities* CreateEntities()
|
||||
{
|
||||
return new GameEntities(&g_solState);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue