shithub: qk1

ref: a2c587e7d7a8b72a7ef9afcd119d8cfb20076b54
dir: /stb_vorbis.h/

View raw version
#pragma once

#include "quakedef.h"
#ifdef QUAKE_BIG_ENDIAN
#define STB_VORBIS_BIG_ENDIAN
#endif

#define STB_VORBIS_NO_PUSHDATA_API
#define STB_VORBIS_NO_INTEGER_CONVERSION

#ifndef STB_VORBIS_INCLUDE_STB_VORBIS_H
#define STB_VORBIS_HEADER_ONLY
#include "stb_vorbis.c"
#endif