Début NoteSprite

This commit is contained in:
Crizomb 2025-06-12 19:17:52 +02:00
parent 6e6cfc347d
commit 611ff37653
7 changed files with 47 additions and 3 deletions

View file

@ -21,6 +21,8 @@ add_executable(simpleGame
Source/Game.cpp Include/Game.hpp Source/Main.cpp
Source/RoundTarget.cpp Include/RoundTarget.hpp
Source/AudioEmitter.cpp Include/AudioEmitter.hpp
Source/NoteSprite.cpp Include/NoteSprite.hpp
Source/NoteTile.cpp Include/NoteTile.hpp Include/NotePlaceEnum.hpp
)
target_include_directories(simpleGame PRIVATE