shithub: cstory

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