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

engine.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * engine.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 __engine_h__
00007 #define __engine_h__
00008 
00009 int place_item (int x, int y, short type);
00010 int bulldoze_item (int x, int y);
00011 void do_coal_survey (void);
00012 void do_bulldoze_area (short fill, int xx, int yy);
00013 void launch_rocket (int x, int y);
00014 void connect_rivers (void);
00015 int adjust_money(int value);
00016 
00017 #endif  /* __engine_h__ */

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