Beispiel #1
0
void main(void)
{
	configurar_sistema();
	iniciar_jogo();	
}
Beispiel #2
0
int main(){
	return iniciar_jogo(); 	
}