mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 17:24:03 +02:00
Move struct ma_lcg to a more appropriate location.
This commit is contained in:
+5
-5
@@ -1871,6 +1871,11 @@ typedef struct
|
|||||||
void (* onFree)(void* p, void* pUserData);
|
void (* onFree)(void* p, void* pUserData);
|
||||||
} ma_allocation_callbacks;
|
} ma_allocation_callbacks;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
ma_int32 state;
|
||||||
|
} ma_lcg;
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************************************************************************************************
|
/**************************************************************************************************************************************************************
|
||||||
|
|
||||||
@@ -5441,11 +5446,6 @@ MA_API ma_result ma_waveform_set_sample_rate(ma_waveform* pWaveform, ma_uint32 s
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
|
||||||
{
|
|
||||||
ma_int32 state;
|
|
||||||
} ma_lcg;
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
ma_noise_type_white,
|
ma_noise_type_white,
|
||||||
|
|||||||
Reference in New Issue
Block a user