tmc/include/trig.h

8 lines
103 B
C

#ifndef TRIG_H
#define TRIG_H
extern const s16 gSineTable[];
extern const s16 gCosineTable[];
#endif