2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 08:46:10 +00:00

CMetroid: More function implementations

This commit is contained in:
2020-05-09 02:51:02 -04:00
parent 78b364a445
commit e8ce4c2e27
11 changed files with 630 additions and 46 deletions

View File

@@ -330,5 +330,7 @@ public:
CProjectileInfo* GetProjectileInfo() override;
bool GetEnableAim() const { return x637_25_enableAim; }
bool AllEnergyDrained() const { return x638_30_allEnergyDrained; }
TUniqueId GetAttachedActor() const { return x7b4_attachedActor; }
bool IsTrooper() const { return x636_24_trooper; }
};
} // namespace urde::MP1