This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
LEFTONE/thirdparty/miniaudio/miniaudio.h

11 lines
149 B
C
Raw Normal View History

#pragma once
#define MA_NO_ENCODING
#define MA_NO_FLAC
#ifndef NDEBUG
# define MA_DEBUG_OUTPUT
#endif /* NDEBUG */
#include "./repo/miniaudio.h"