mirror of
https://github.com/zeldaret/ss
synced 2026-08-10 19:16:59 -04:00
d_linkage is largely done (#176)
This commit is contained in:
@@ -179,6 +179,10 @@ public:
|
||||
y.mVal += (s16)val;
|
||||
}
|
||||
|
||||
void addX(const s32 &fx) {
|
||||
x += fx;
|
||||
}
|
||||
|
||||
mAng x, y, z;
|
||||
|
||||
static mAng3_c Zero;
|
||||
|
||||
Reference in New Issue
Block a user