refactor: separate biome declaration and definition

This commit is contained in:
2026-04-18 09:20:51 +08:00
parent 30a4713092
commit 63930dcdc7
3 changed files with 141 additions and 131 deletions

View File

@@ -82,6 +82,7 @@ add_executable(${PROJECT_NAME}
src/app.cpp
src/debug_collector.cpp
src/camera.cpp
src/gameplay/biome.cpp
src/gameplay/chunk.cpp
src/gameplay/player.cpp
src/gameplay/world.cpp