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,9 @@ add_executable(LotoStatek main.cpp
headers/Projectile.h
sources/Projectile.cpp
headers/Rocket.h
sources/Rocket.cpp)
sources/Rocket.cpp
headers/Size.h
headers/Position.h)
if(WIN32)
set(SFML_ROOT "${CMAKE_SOURCE_DIR}/lib/SFML")