Ejemplo n.º 1
0
int main(int argc , char **argv)
{
  threshold = (int)(height * width / 5) ;

  init_world();
  init_plants();
  init_herbs();
  init_carns();

  //whilecount();
  printf("gsw!\n");
  exit(1);
}
Ejemplo n.º 2
0
GobalPlants::GobalPlants(const char* xml_file)
{
	xml_file_name = xml_file;
	init_plants();
}