Files
ac-decomp/include/jaudio_NES/rspsim.h
T
2024-06-04 17:26:57 -04:00

9 lines
129 B
C

#ifndef RSPSIM_H
#define RSPSIM_H
#include "types.h"
extern void RspStart2(u32* pTaskCmds, s32 allTasks, s32 param_3);
#endif