refactor state management and input handling into separate classes

This commit is contained in:
2026-02-21 22:00:33 +01:00
parent f8fe9e35d6
commit 0d3913e27e
11 changed files with 452 additions and 326 deletions

View File

@ -14,6 +14,8 @@ add_executable(masssprings
src/renderer.cpp
src/mass_springs.cpp
src/klotski.cpp
src/state.cpp
src/input.cpp
)
target_include_directories(masssprings PUBLIC ${RAYLIB_CPP_INCLUDE_DIR})