/
CVS/
boards/CVS/
clans/
gmc/CVS/
help/CVS/
include/CVS/
players/
progs/CVS/
races/CVS/
system/CVS/
text/
text/CVS/
todo/
todo/CVS/
units/CVS/
void terminate()
{
  asm 
	{ 
		"HALT"
	}
}

float sin(float x);
float cos(float x);
float tan(float x);

int random(int x);

string IntToStr(int x);
int StrToInt(string s);
string uppercase(string s);