2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 19:07:44 +00:00

CBurstFire: Tidy up includes

Includes all necessary headers and uses a forward declaration where
applicable. Ensures inclusion changes in other headers don't break the compilation
of these headers and source files.
This commit is contained in:
Lioncash
2019-09-22 09:26:46 -04:00
parent 2e8eec91ea
commit adf9610138
4 changed files with 48 additions and 22 deletions

View File

@@ -1,8 +1,12 @@
#pragma once
#include "CStateManager.hpp"
#include "Runtime/GCNTypes.hpp"
#include "Runtime/rstl.hpp"
#include <zeus/CVector3f.hpp>
namespace urde {
class CStateManager;
struct SBurst {
s32 x0_randomSelectionWeight;
s32 x4_shotAngles[8];