mirror of
https://github.com/zeldaret/ss
synced 2026-07-11 22:50:06 -04:00
Expand dAcBase work
This commit is contained in:
@@ -14,6 +14,8 @@ struct mAng {
|
||||
|
||||
class mAng3_c {
|
||||
public:
|
||||
mAng3_c() {}
|
||||
|
||||
s16 x, y, z;
|
||||
mAng3_c(s16 fx, s16 fy, s16 fz) : x(fx), y(fy), z(fz) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user