summaryrefslogtreecommitdiff
path: root/main/tests/test_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_sound.cpp')
-rw-r--r--main/tests/test_sound.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/tests/test_sound.cpp b/main/tests/test_sound.cpp
index 44cc117e02..6b0cf0a324 100644
--- a/main/tests/test_sound.cpp
+++ b/main/tests/test_sound.cpp
@@ -30,11 +30,13 @@
#include "servers/visual_server.h"
#include "os/main_loop.h"
#include "math_funcs.h"
-#include "scene/resources/sample.h"
+
#include "io/resource_loader.h"
#include "print_string.h"
#include "servers/audio_server.h"
#include "os/os.h"
+
+#if 0
namespace TestSound {
@@ -93,3 +95,4 @@ MainLoop* test() {
}
}
+#endif