Segona pasaeta de IWYU

This commit is contained in:
2025-01-05 10:36:17 +01:00
parent 39f61884b0
commit 1f8f9b11ed
5 changed files with 41 additions and 41 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
#include <SDL2/SDL_audio.h> // Para SDL_AudioFormat
#include <SDL2/SDL_stdinc.h> // Para Uint32, Uint8
struct JA_Music_t; // lines 8-8
struct JA_Sound_t; // lines 7-7
struct JA_Music_t; // lines 4-4
struct JA_Sound_t; // lines 5-5
enum JA_Channel_state
{
@@ -21,9 +22,6 @@ enum JA_Music_state
JA_MUSIC_DISABLED
};
struct JA_Sound_t;
struct JA_Music_t;
void JA_Init(const int freq, const SDL_AudioFormat format, const int channels);
void JA_Quit();