pokeruby/include/trig.h

12 lines
211 B
C
Raw Normal View History

2016-10-02 05:08:32 +00:00
#ifndef GUARD_TRIG_H
#define GUARD_TRIG_H
2017-06-16 00:37:42 +00:00
extern const s16 gSineTable[];
2017-05-21 11:31:26 +00:00
2016-10-02 05:08:32 +00:00
s16 Sin(s16 index, s16 amplitude);
s16 Cos(s16 index, s16 amplitude);
s16 Sin2(u16 angle);
s16 Cos2(u16 angle);
#endif // GUARD_TRIG_H