refac: moved draw & input code out of game class

This commit is contained in:
Florian Sylvain
2025-05-11 01:01:18 +02:00
parent 874b54cf36
commit 885ed1ec4b
9 changed files with 217 additions and 161 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ file(GLOB_RECURSE HEADERS CONFIGURE_DEPENDS src/*.hpp)
add_executable(SFMLplayground ${SOURCES} ${HEADERS})
target_compile_features(SFMLplayground PRIVATE cxx_std_17)
target_link_libraries(SFMLplayground PRIVATE SFML::Graphics)
target_link_libraries(SFMLplayground PRIVATE SFML::Graphics)