mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some documentation issues
This commit is contained in:
parent
6b6cc53778
commit
fa4fde08ec
5 changed files with 22 additions and 1 deletions
|
|
@ -79,6 +79,8 @@ enum UnityEventModifiers
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
#ifndef DOXYGEN
|
||||
|
||||
struct UnityAudioSpatializerData
|
||||
{
|
||||
float listenerMatrix[16];
|
||||
|
|
@ -165,6 +167,8 @@ struct UnityAudioEffectDefinition
|
|||
getFloatBufferCallback getFloatBuffer;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
// Unity callback
|
||||
extern "C" UNITY_INTERFACE_EXPORT int UNITY_INTERFACE_API UnityGetAudioEffectDefinitions (UnityAudioEffectDefinition*** definitionsPtr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue