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

CSeedling: Move skNeedleLocators into the cpp file

This can be entirely hidden from external view, making it an
implementation detail.
This commit is contained in:
Lioncash
2019-09-28 20:09:53 -04:00
parent 08d4addc70
commit 2a34b6be68
2 changed files with 20 additions and 18 deletions

View File

@@ -11,7 +11,6 @@
namespace urde::MP1 {
class CSeedling : public CWallWalker {
static const std::string skNeedleLocators[2][6];
CPathFindSearch x5d8_searchPath;
std::unique_ptr<CModelData> x6bc_spikeData;
CProjectileInfo x6c0_projectileInfo;