many stuffs

This commit is contained in:
Nishi 2026-05-27 16:03:38 +09:00
commit a88fce53e2
27 changed files with 4343 additions and 16 deletions

View file

@ -3,4 +3,20 @@
#include <vector>
#include <fishbone/config.h>
#ifdef _FISHBONE
#if defined(FISHBONE_AUDIO_USE_SDL2) || defined(FISHBONE_WINDOW_USE_SDL2) || defined(FISHBONE_THREAD_USE_SDL2)
#include <SDL.h>
#endif
#define STB_VORBIS_HEADER_ONLY
#include <jar_xm.h>
#include <jar_mod.h>
#include <dr_mp3.h>
#include <dr_wav.h>
#include <dr_flac.h>
#include <stb_vorbis.c>
#endif
#endif