mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
607c32ac5e
Also changed some parts of the entity struct and created trig.h
8 lines
103 B
C
8 lines
103 B
C
#ifndef TRIG_H
|
|
#define TRIG_H
|
|
|
|
extern const s16 gSineTable[];
|
|
extern const s16 gCosineTable[];
|
|
|
|
#endif
|