|
SSBM Decomp
|
#include <dolphin.h>#include "__syn.h"#include <dolphin/ax.h>#include <dolphin/mix.h>#include <dolphin/syn.h>Macros | |
| #define | AX_MAX_VOICES 64 |
Functions | |
| void | __SYNClearVoiceReferences (void *p) |
| void | __SYNSetVoiceToRelease (struct SYNVOICE *voice, unsigned long priority) |
| void | __SYNServiceVoice (int i) |
Variables | |
| struct SYNVOICE | __SYNVoice [64] |
| #define AX_MAX_VOICES 64 |
| void __SYNClearVoiceReferences | ( | void * | p | ) |
| void __SYNSetVoiceToRelease | ( | struct SYNVOICE * | voice, |
| unsigned long | priority ) |
| void __SYNServiceVoice | ( | int | i | ) |
| struct SYNVOICE __SYNVoice[64] |