languages menu moved to xml + minor refactor

This commit is contained in:
MihailRis
2024-04-13 16:28:06 +03:00
parent f525d82ca8
commit 657b09da9e
12 changed files with 71 additions and 48 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#ifndef MATHS_UVREGION_H_
#define MATHS_UVREGION_H_
class UVRegion {
public:
struct UVRegion {
float u1;
float v1;
float u2;