ColorRace/third_party/audio_impl.cpp
2026-08-04 17:01:36 +02:00

9 lines
195 B
C++

//
// Created by sebastian on 04.08.26.
//
// audio_impl.cpp
#define DR_WAV_IMPLEMENTATION
#include "dr_wav.h"
#define STB_VORBIS_IMPLEMENTATION // falls du Vorbis nutzt
#include "stb_vorbis.c"