Commit suggestion

Commit suggestion
This commit is contained in:
Windsurf7 2026-01-30 16:37:23 +03:00
parent 860ee81b54
commit 673571b0b3

View File

@ -20,12 +20,6 @@ private:
public:
void clear();
bool is_gyro_active() const { return active; }
bool needs_gyro_reset() const { return reset; }
s32 get_gyro_x() const { return gyro_x; }
s32 get_gyro_y() const { return gyro_y; }
s32 get_gyro_z() const { return gyro_z; }
void set_gyro_active();
void set_gyro_reset();
void set_gyro_xz(s32 off_x, s32 off_y);