mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-08 11:47:05 -04:00
9 lines
101 B
C
9 lines
101 B
C
#ifndef JA_CALC_H
|
|
#define JA_CALC_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void Jac_InitSinTable(void);
|
|
|
|
#endif
|