Oolite 1.91.0.7677-250528-09ed63a
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOSoundInternal.h File Reference
import "OOSound.h"
import "OOALSoundMixer.h"
import "OOALSoundChannel.h"
Include dependency graph for OOSoundInternal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OOSoundAcquireLock()
#define OOSoundReleaseLock()

Macro Definition Documentation

◆ OOSoundAcquireLock

#define OOSoundAcquireLock ( )
Value:
do {} while(0)

Definition at line 8 of file OOSoundInternal.h.

Referenced by OOSoundSource::channel:didFinishPlayingSound:, OOSoundSource::play, and OOSoundSource::stop.

◆ OOSoundReleaseLock

#define OOSoundReleaseLock ( )
Value:
do {} while(0)

Definition at line 9 of file OOSoundInternal.h.

Referenced by OOSoundSource::channel:didFinishPlayingSound:, OOSoundSource::play, and OOSoundSource::stop.