mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
523 B
C
11 lines
523 B
C
#ifndef PMDSKY_MAIN_02071BF4_H
|
|
#define PMDSKY_MAIN_02071BF4_H
|
|
|
|
#include "dse.h"
|
|
|
|
u8* DseTrackEvent_Dummy1Byte(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel);
|
|
u8* DseTrackEvent_SetInstrument(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel);
|
|
u8* DseTrackEvent_SongVolumeFade(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel);
|
|
|
|
#endif //PMDSKY_MAIN_02071BF4_H
|