mirror of
https://github.com/zeldaret/ss
synced 2026-08-16 13:16:42 -04:00
porgress
This commit is contained in:
@@ -521,10 +521,16 @@ public:
|
||||
dBgS_GndChk &GetGnd() {
|
||||
return mGnd;
|
||||
}
|
||||
const dBgS_GndChk &GetGnd() const {
|
||||
return mGnd;
|
||||
}
|
||||
|
||||
dBgS_RoofChk &GetRoof() {
|
||||
return mRoof;
|
||||
}
|
||||
const dBgS_RoofChk &GetRoof() const {
|
||||
return mRoof;
|
||||
}
|
||||
|
||||
void SetField_0xD4(f32 v) {
|
||||
field_0x0D4 = v;
|
||||
|
||||
Reference in New Issue
Block a user