Add render module

This commit is contained in:
2025-05-31 13:26:21 +02:00
parent e2a2d6efdf
commit d019c761bf
4 changed files with 84 additions and 57 deletions

View File

@@ -38,6 +38,7 @@ add_executable(HansTheGatherer
src/audio.cpp
src/assets.cpp
src/physics.cpp
src/render.cpp
)
target_link_libraries(HansTheGatherer SDL3::SDL3 SDL3_ttf::SDL3_ttf flecs::flecs spdlog::spdlog)