mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 05:58:30 +00:00
REVIEWED: Code sections definition
This commit is contained in:
@@ -407,7 +407,7 @@ static AudioData AUDIO = { // Global AUDIO context
|
||||
};
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module specific Functions Declaration
|
||||
// Module Internal Functions Declaration
|
||||
//----------------------------------------------------------------------------------
|
||||
static void OnLog(void *pUserData, ma_uint32 level, const char *pMessage);
|
||||
|
||||
@@ -2352,9 +2352,8 @@ void DetachAudioMixedProcessor(AudioCallback process)
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module specific Functions Definition
|
||||
// Module Internal Functions Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Log callback function
|
||||
static void OnLog(void *pUserData, ma_uint32 level, const char *pMessage)
|
||||
{
|
||||
|
Reference in New Issue
Block a user