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

Initial CPatterned imps

This commit is contained in:
2018-09-07 16:51:07 -07:00
parent 95fbcf914c
commit ee97ede3fe
11 changed files with 299 additions and 22 deletions

View File

@@ -74,6 +74,7 @@ public:
const CVisorParameters& GetVisorParameters() const { return x54_visorParms; }
const CLightParameters& GetLightParameters() const { return x0_lightParms; }
bool HasThermalHeat() const { return x58_25_thermalHeat; }
float GetThermalMag() const { return x64_thermalMag; }
};
}