Niby strzela, ale bez kolizji

This commit is contained in:
2024-12-09 17:36:57 +01:00
parent 44f4556fda
commit 13066709a7
10 changed files with 128 additions and 6 deletions

View File

@@ -30,6 +30,8 @@ add_executable(LotoStatek main.cpp
sources/ObjectItem.cpp
sources/Enemy.cpp
headers/Enemy.h
headers/EnemyBullet.h
sources/EnemyBullet.cpp
)
if(WIN32)