Rename some files and folders.

This commit is contained in:
hispidence 2022-02-05 15:56:04 +00:00
parent 54b519776c
commit 00b6e76bea
16 changed files with 58 additions and 40 deletions

View file

@ -5,6 +5,7 @@
#include "GameScriptInventoryObject.h"
#include "InventorySlots.h"
#include "Game/gui.h"
#include "Objects/ScriptInterfaceObjectsHandler.h"
/***
Scripts that will be run on game startup.
@ -18,7 +19,7 @@ using std::unordered_map;
ScriptInterfaceFlow* g_GameFlow;
ScriptInterfaceGame* g_GameScript;
ScriptInterfaceEntities* g_GameScriptEntities;
ScriptInterfaceObjectsHandler* g_GameScriptEntities;
ScriptInterfaceStringsHandler* g_GameStringsHandler;
GameFlow::GameFlow(sol::state* lua) : LuaHandler{ lua }