Files
ac-decomp/include/jaudio_NES/ja_calc.h
T
2024-06-04 02:24:37 -04:00

9 lines
101 B
C

#ifndef JA_CALC_H
#define JA_CALC_H
#include "types.h"
extern void Jac_InitSinTable(void);
#endif