
This doesn't exist in MSVC2003, and nothing in the Linux port's debug symbols indicate Pixel used it.
6 lines
141 B
C
6 lines
141 B
C
#pragma once
|
|
|
|
void InitTriangleTable();
|
|
int GetSin(unsigned char deg);
|
|
int GetCos(unsigned char deg);
|
|
unsigned char GetArktan(int x, int y);
|