NW4F Snd
Loading...
Searching...
No Matches
snd_SequenceSoundPlayer.h
Go to the documentation of this file.
1#ifndef NW_SND_SEQUENCE_SOUND_PLAYER_H_
2#define NW_SND_SEQUENCE_SOUND_PLAYER_H_
3
4#include <nw/types.h>
5
6namespace nw { namespace snd {
7
15static_assert(sizeof(SequenceUserprocCallbackParam) == 0x10);
16
18 u16 procId,
20 void* arg
21);
22
23} } // namespace nw::snd
24
25#endif // NW_SND_SEQUENCE_SOUND_PLAYER_H_
Definition snd_BasicSound.cpp:3
void(* SequenceUserprocCallback)(u16 procId, SequenceUserprocCallbackParam *param, void *arg)
Definition snd_SequenceSoundPlayer.h:17
Definition snd_SequenceSoundPlayer.h:9
vs16 * trackVariable
Definition snd_SequenceSoundPlayer.h:12
vs16 * globalVariable
Definition snd_SequenceSoundPlayer.h:11
bool cmpFlag
Definition snd_SequenceSoundPlayer.h:13
vs16 * localVariable
Definition snd_SequenceSoundPlayer.h:10