d_cam_param work

This commit is contained in:
Jasper St. Pierre
2024-07-13 16:43:59 -07:00
parent 2a65dfdb6e
commit 3d8c73e574
3 changed files with 167 additions and 54 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
cSAngle(const cSAngle&);
cSAngle(s16);
cSAngle(float);
s16 Val() const { return this->mAngle; }
s16 Val() const { return mAngle; }
// void Set(s16 angle) { this->mAngle = angle; }
void Val(const cSAngle&);
void Val(s16);