Refactor of structs

Refactored Size and Position
Placed them in different .h files
This commit is contained in:
2024-12-04 14:47:50 +01:00
parent 7ecb90af1f
commit 72e2116dc7
9 changed files with 35 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ void Plansza::spawn_meteor() {
}
}
Plansza::Size Plansza::getSize() {
Size Plansza::getSize() {
return size;
}