fix: faltava fer SDL_INIT_AUDIO

This commit is contained in:
2025-10-16 11:51:17 +02:00
parent fb5fee02e9
commit d5ff840445
2 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
#pragma once
#include <SDL3/SDL.h>
enum JA_Channel_state { JA_CHANNEL_INVALID, JA_CHANNEL_FREE, JA_CHANNEL_PLAYING, JA_CHANNEL_PAUSED, JA_SOUND_DISABLED };