mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
10 lines
156 B
C
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
|