This commit is contained in:
2025-01-02 15:17:14 -05:00
parent 18072f3b66
commit bd72263944
12 changed files with 72 additions and 17 deletions

View File

@@ -24,6 +24,8 @@ public:
void MoveLeft(float speed);
void MoveRight(float speed);
void Move(float angle_rad, float speed);
void Rotate(float speed);
void SetRotation(float new_rotation);