main.cpp all cleaned out and scene.cpp ready to refactor.

This commit is contained in:
Zed A. Shaw 2026-08-25 14:57:12 -04:00
parent a7beb5a92a
commit 74cfaf4514
5 changed files with 206 additions and 211 deletions

View file

@ -79,6 +79,7 @@ sources = [
'src/physics.cpp',
'src/mesh.cpp',
'src/model.cpp',
'src/scene.cpp',
'src/camera.cpp',
]