shithub: cstory

ref: 4bc80a288d8ca7eae6c9421febc7ceaf11e9a2af
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);