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

CWaveBuster: Add AddToRenderer implementation

Low hanging fruit and fairly trivial to implement.
This commit is contained in:
Lioncash
2020-05-09 21:12:09 -04:00
parent 5a5c6f76a4
commit 3dddfa63cf
2 changed files with 6 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ public:
void ResetBeam(bool deactivate);
void SetNewTarget(TUniqueId id);
void AddToRenderer(const zeus::CFrustum& frustum, CStateManager& mgr) override;
std::optional<zeus::CAABox> GetTouchBounds() const override;
};