mirror of
https://github.com/Floriansylvain/SFMLplayground.git
synced 2026-08-19 11:43:24 +02:00
refac: moved draw & input code out of game class
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user