mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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);
|
||||
} 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
|
||||
{
|
||||
ma_noise_type_white,
|
||||
|
||||
Reference in New Issue
Block a user