[nostalgia] Remove scene package, finish stubbing out sound

This commit is contained in:
2025-02-23 00:49:58 -06:00
parent b3952cabbc
commit b94d6b5061
24 changed files with 8 additions and 788 deletions
+1 -3
View File
@@ -2,7 +2,6 @@
add_subdirectory(gfx)
add_subdirectory(sound)
add_subdirectory(scene)
# module libraries
@@ -15,7 +14,7 @@ target_link_libraries(
NostalgiaKeelModules PUBLIC
Keel
NostalgiaGfx-Keel
NostalgiaScene-Keel
NostalgiaSound-Keel
)
install(
FILES
@@ -35,7 +34,6 @@ if(NOSTALGIA_BUILD_STUDIO)
StudioAppLib
NostalgiaGfx-Studio-ImGui
NostalgiaSound-Studio-ImGui
NostalgiaScene-Studio
)
install(
FILES