mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 08:14:04 +02:00
Add support for "MA_IMPLEMENTATION".
This commit is contained in:
+1
-1
@@ -2951,7 +2951,7 @@ ma_uint64 ma_sine_wave_read_f32_ex(ma_sine_wave* pSineWave, ma_uint64 frameCount
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#if defined(MINIAUDIO_IMPLEMENTATION)
|
||||
#if defined(MINIAUDIO_IMPLEMENTATION) || defined(MA_IMPLEMENTATION)
|
||||
#include <assert.h>
|
||||
#include <limits.h> // For INT_MAX
|
||||
#include <math.h> // sin(), etc.
|
||||
|
||||
Reference in New Issue
Block a user