shithub: cstory

ref: 0532e2afa2154b25e8736622cebf69ec39e7da1f
dir: /src/Triangle.h/

View raw version
#pragma once

void InitTriangleTable();
int GetSin(unsigned char deg);
int GetCos(unsigned char deg);
unsigned char GetArktan(int x, int y);