Main Page | Data Structures | Directories | File List | Data Fields | Globals

simulate.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * simulate.h
00003  * This file is part of lincity.
00004  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
00005  * ---------------------------------------------------------------------- */
00006 #ifndef __simulate_h__
00007 #define __simulate_h__
00008 
00009 void clear_mappoint (short fill, int x, int y);
00010 void new_city (int* originx, int* originy, int random_village);
00011 void count_all_groups (int* group_count);
00012 void do_time_step (void);
00013 
00014 #endif  /* __simulate_h__ */

Generated on Sun Dec 26 11:23:26 2004 for lincity by  doxygen 1.3.9.1