mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-19 01:25:22 +00:00
@@ -4,6 +4,7 @@
|
||||
#include "MetroidPrime/Tweaks/ITweakObject.hpp"
|
||||
|
||||
#include "Kyoto/Graphics/CColor.hpp"
|
||||
#include "Kyoto/Math/CVector3f.hpp"
|
||||
#include "Kyoto/TOneStatic.hpp"
|
||||
|
||||
#include "rstl/reserved_vector.hpp"
|
||||
@@ -15,6 +16,12 @@ public:
|
||||
~CTweakAutoMapper();
|
||||
CTweakAutoMapper(CInputStream&);
|
||||
|
||||
const CColor& GetDoorColor(int idx) const { return x100_doorColors[idx]; }
|
||||
const CColor& GetOpenDoorColor() const { return x11c_openDoorColor; }
|
||||
const CVector3f& GetDoorCenter() const {
|
||||
return CVector3f(xa4_doorCenterA, xa8_doorCenterB, xac_doorCenterC);
|
||||
}
|
||||
|
||||
private:
|
||||
bool x4_24_showOneMiniMapArea : 1;
|
||||
bool x4_25_ : 1;
|
||||
|
||||
Reference in New Issue
Block a user