diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-07-14 18:13:39 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-07-14 18:13:39 -0300 |
commit | 8ef58d472533a43155893889dfb1f97a4dec2dcf (patch) | |
tree | d60bcfab91d9ede393f800f8433dc4c98e6363f9 /src/candy_gear/sound.hpp | |
parent | 0efc2fc6e7aeba281b2718157439f3e43c23d61a (diff) |
refa Remove SDL2 mixer
Diffstat (limited to 'src/candy_gear/sound.hpp')
-rw-r--r-- | src/candy_gear/sound.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/candy_gear/sound.hpp b/src/candy_gear/sound.hpp index 2f483e3..ad8c47f 100644 --- a/src/candy_gear/sound.hpp +++ b/src/candy_gear/sound.hpp @@ -14,6 +14,7 @@ * limitations under the License. */ +/* #ifndef CANDY_GEAR_SOUND_H #define CANDY_GEAR_SOUND_H 1 |