Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOSoundSourcePool.m File Reference
import "OOSoundSourcePool.h"
import "OOSound.h"
import "Universe.h"
+ Include dependency graph for OOSoundSourcePool.m:

Go to the source code of this file.

Classes

struct  OOSoundSourcePoolElement
 
category  OOSoundSourcePool(Private)
 

Macros

#define NEXT(x)
 

Typedefs

typedef struct OOSoundSourcePoolElement PoolElement
 

Enumerations

enum  { kNoSlot = UINT8_MAX }
 

Macro Definition Documentation

◆ NEXT

#define NEXT ( x)
Value:
(((x) + 1) % _count)
float x

Typedef Documentation

◆ PoolElement

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kNoSlot 

Definition at line 33 of file OOSoundSourcePool.m.

34{
35 kNoSlot = UINT8_MAX
36};
@ kNoSlot