powerup init commit

This commit is contained in:
2025-01-05 18:35:39 +01:00
parent 6b45443c75
commit 3d83a3a767
4 changed files with 30 additions and 20 deletions

View File

@@ -42,6 +42,8 @@ add_executable(LotoStatek main.cpp
sources/Beam.cpp
headers/Heart.hpp
sources/Heart.cpp
headers/PowerUp.h
sources/PowerUp.cpp
)
if(WIN32)