Sprint 2 Step 15: Projection toggle

This commit is contained in:
Bill
2026-02-06 20:14:51 -07:00
parent 41ab6c3022
commit d46aec55ee
3 changed files with 125 additions and 2 deletions

View File

@@ -58,4 +58,7 @@ target_include_directories(step13_test PRIVATE src)
add_executable(step14_test tests/step14_test.cpp)
target_include_directories(step14_test PRIVATE src)
add_executable(step15_test tests/step15_test.cpp)
target_include_directories(step15_test PRIVATE src)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)