Meteory są w tym samym stanie co w poprzednim commit, tylko, że teraz są zdefiniowane w osobnej klasie "Plansza"

This commit is contained in:
2024-11-20 14:01:43 +01:00
parent cf10a042c0
commit 1cd9f9b950
8 changed files with 84 additions and 39 deletions

View File

@@ -13,7 +13,8 @@ add_executable(LotoStatek main.cpp
headers/Bullet.h
sources/Bullet.cpp
headers/Meteor.h
sources/Meteor.cpp)
sources/Meteor.cpp
headers/RandomNumberGenerator.h)
if(WIN32)
set(SFML_ROOT "${CMAKE_SOURCE_DIR}/SFML")