shithub: cstory

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