From 6bb4233d5b2a1688e63c947542e92ec5d5a857a6 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 22:32:38 +0500 Subject: move sound code to io --- src/game/client/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/client/CMakeLists.txt') diff --git a/src/game/client/CMakeLists.txt b/src/game/client/CMakeLists.txt index af30497..c4c6453 100644 --- a/src/game/client/CMakeLists.txt +++ b/src/game/client/CMakeLists.txt @@ -30,7 +30,6 @@ add_subdirectory(entity) add_subdirectory(gui) add_subdirectory(io) add_subdirectory(resource) -add_subdirectory(sound) add_subdirectory(world) if(WIN32 AND MSVC) -- cgit