Meteoryty lecą w trybie testowym.

This commit is contained in:
2024-11-19 14:42:25 +01:00
parent a69dc434a9
commit cf10a042c0
7 changed files with 112 additions and 21 deletions

View File

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