2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +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

@@ -9,9 +9,9 @@
#include "Runtime/IObj.hpp"
#include "Runtime/RetroTypes.hpp"
#include "Runtime/Collision/CMaterialList.hpp"
#include "Runtime/Particle/CDecalDescription.hpp"
namespace urde {
class CDecalDescription;
class CGenDescription;
class CSimplePool;