summaryrefslogtreecommitdiff
path: root/src/candy_gear/sound.cpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2025-07-14 18:13:39 -0300
committerFrederico Linhares <fred@linhares.blue>2025-07-14 18:13:39 -0300
commit8ef58d472533a43155893889dfb1f97a4dec2dcf (patch)
treed60bcfab91d9ede393f800f8433dc4c98e6363f9 /src/candy_gear/sound.cpp
parent0efc2fc6e7aeba281b2718157439f3e43c23d61a (diff)
refa Remove SDL2 mixer
Diffstat (limited to 'src/candy_gear/sound.cpp')
-rw-r--r--src/candy_gear/sound.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/candy_gear/sound.cpp b/src/candy_gear/sound.cpp
index 0b3518f..3a3282b 100644
--- a/src/candy_gear/sound.cpp
+++ b/src/candy_gear/sound.cpp
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+/*
#include "sound.hpp"
void
@@ -71,3 +72,5 @@ cg_sound_init(mrb_state *mrb)
mrb, cg_cSound, "initialize", cg_cSound_initialize, MRB_ARGS_REQ(1));
mrb_define_method(mrb, cg_cSound, "play", cg_cSound_play, MRB_ARGS_NONE());
}
+
+*/