mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
ebb0647e7b
Co-authored-by: roeming <roeming@users.noreply.github.com>
9 lines
151 B
C
9 lines
151 B
C
#ifndef WAVEREAD_H
|
|
#define WAVEREAD_H
|
|
#include "types.h"
|
|
|
|
int WaveScene_Set(u32, u32);
|
|
void Wavegroup_Init();
|
|
int Wavegroup_Regist(void*, u32);
|
|
#endif
|