2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 18:27:41 +00:00

Add missing includes where applicable

Resolves a few required dependencies
This commit is contained in:
Lioncash
2020-03-26 01:10:51 -04:00
parent 4169e3d91d
commit 51afa94e8c
4 changed files with 4 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
#include "Runtime/RetroTypes.hpp"
#include "Runtime/rstl.hpp"
#include "Runtime/Audio/CAudioGroupSet.hpp"
#include "Runtime/Audio/CSfxManager.hpp"
#include "Runtime/AutoMapper/CMapWorld.hpp"
#include "Runtime/Graphics/CModel.hpp"
@@ -14,7 +15,6 @@
#include "Runtime/World/ScriptObjectSupport.hpp"
namespace urde {
class CAudioGroupSet;
class CGameArea;
class CResFactory;
class IGameArea;