mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 15:04:54 +00:00
Link seq_api.c
This commit is contained in:
19
include/musyx/seq.h
Normal file
19
include/musyx/seq.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "musyx/musyx_priv.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern u16 seqMIDIPriority[8][16];
|
||||
|
||||
void sndSeqStop(s32 unk);
|
||||
void sndSeqSpeed(s32 unk1, s32 unk2);
|
||||
void sndSeqContinue(s32 unk);
|
||||
void sndSeqMute(s32 unk1, s32 unk2, s32 unk3);
|
||||
void sndSeqVolume(s32 unk1, s32 unk2, s32 unk3, s32 unk4);
|
||||
u16 seqGetMIDIPriority(s32 unk1, s32 unk2);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user