twn_audio.c: use SDL2/SDL.h directly in hopes that its used precompiled

This commit is contained in:
veclavtalica 2025-02-10 18:23:05 +03:00
parent 72d1941091
commit af1b9caedc

View File

@ -1,7 +1,7 @@
#ifndef TWN_AUDIO_C_H
#define TWN_AUDIO_C_H
#include <SDL2/SDL_audio.h>
#include <SDL2/SDL.h>
#define STB_VORBIS_HEADER_ONLY
#include <stb_vorbis.c>