Files
ac-decomp/include/jaudio_NES/astest.h
T
2024-06-09 20:36:14 -04:00

10 lines
156 B
C

#ifndef ASTEST_H
#define ASTEST_H
#include "types.h"
#include "jaudio_NES/audiostruct.h"
extern void CopyStc(commonch* dstStc, commonch* srcStc);
#endif