Replace some headers.

This commit is contained in:
hispidence 2022-01-29 01:23:05 +00:00
parent 138624bdc8
commit c2c6155307
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
#include "Game/savegame.h"
#include "Objects/Generic/Object/burning_torch.h"
#include "Objects/Generic/Object/objects.h"
#include "Scripting/GameFlowScript.h"
#include "Scripting/ScriptInterfaceFlow.h"
#include "Sound/sound.h"
#include "Specific/setup.h"
#include "Specific/input.h"

View file

@ -45,7 +45,7 @@
#include "Specific/setup.h"
#include "Specific/prng.h"
#include "Specific/winmain.h"
#include "Scripting/GameFlowScript.h"
#include "Scripting/ScriptInterfaceFlow.h"
using std::vector;
using std::unordered_map;