mario-kart-casio/src/maths.h

10 lines
121 B
C
Raw Permalink Normal View History

#ifndef _MATHS_H
#define _MATHS_H
#include <stdbool.h>
2022-06-29 20:54:53 +02:00
short fpsin(short x);
short fpcos(short x);
#endif // _MATHS_H