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

initial flamethrower weapon implementation

This commit is contained in:
shiiion
2020-06-25 22:37:45 -04:00
parent a2dfd58356
commit cf86338a84
8 changed files with 829 additions and 20 deletions

View File

@@ -214,6 +214,10 @@ public:
translation += transInc;
}
}
std::vector<SSwooshData> const& GetSwooshes() const { return x15c_swooshes; }
std::vector<SSwooshData>& GetSwooshes() { return x15c_swooshes; }
u32 GetCurParticle() const { return x158_curParticle; }
};
} // namespace urde