i want to give this function any parms,how to do it?
Code:
int getNextRandomValue(int a)
{
	return a * a;
}


laugh


development 3d game is interesting!