d_lyt_meter_ganbari_gauge OK

This commit is contained in:
robojumper
2025-04-17 15:47:43 +02:00
parent eb32c18c39
commit 563e5535c7
10 changed files with 419 additions and 60 deletions
+4
View File
@@ -262,6 +262,10 @@ public:
mVec2_c(const mVec2_c &other) {
set(other.x, other.y);
}
mVec2_c(f32 fx, f32 fy) {
set(fx, fy);
}
};
#endif