Merge branch 'BossV1'

# Conflicts:
#	CMakeLists.txt
#	headers/Plansza.h
#	sources/Plansza.cpp
This commit is contained in:
2025-01-16 08:01:02 +01:00
7 changed files with 398 additions and 8 deletions

View File

@@ -46,6 +46,8 @@ add_executable(LotoStatek main.cpp
sources/PowerUp.cpp
headers/Debuff.h
sources/Debuff.cpp
sources/Boss.cpp
headers/Boss.h
)
if(WIN32)