Final move of files to a better place. Only thing in the root is very common stuff.

This commit is contained in:
Zed A. Shaw 2026-02-27 15:10:17 -05:00
parent ebe84c4d78
commit 5179f1c781
95 changed files with 190 additions and 191 deletions

View file

@ -33,15 +33,15 @@ sources = files(
'storyboard/ui.cpp',
# graphics
'graphics/textures.cpp',
'graphics/palette.cpp',
'graphics/shaders.cpp',
'graphics/scene.cpp',
'graphics/animation.cpp',
'graphics/lights.cpp',
'graphics/raycaster.cpp',
'graphics/easing.cpp',
'graphics/camera.cpp',
'graphics/easing.cpp',
'graphics/lights.cpp',
'graphics/palette.cpp',
'graphics/raycaster.cpp',
'graphics/scene.cpp',
'graphics/shaders.cpp',
'graphics/textures.cpp',
# algos
'algos/matrix.cpp',
@ -52,16 +52,16 @@ sources = files(
'algos/stats.cpp',
# game
'systems.cpp',
'worldbuilder.cpp',
'rituals.cpp',
'inventory.cpp',
'autowalker.cpp',
'components.cpp',
'game_level.cpp',
'config.cpp',
'map.cpp',
'sound.cpp',
'game/worldbuilder.cpp',
'game/map.cpp',
'game/level.cpp',
'game/inventory.cpp',
'game/autowalker.cpp',
'game/rituals.cpp',
'game/sound.cpp',
'game/systems.cpp',
'game/components.cpp',
'game/config.cpp',
# root
'dbc.cpp',