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

mps.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * mps.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 
00007 #ifndef __mps_h__
00008 #define __mps_h__
00009 
00010 /* Note: these should not overlap with the LC_MOUSE_BUTTON defines.
00011    See mappoint_stats() for details.  Sorry about the bad hack (GCS). */
00012 #define MPS_GLOBAL_FINANCE 0x10
00013 #define MPS_GLOBAL_OTHER_COSTS 0x11
00014 #define MPS_GLOBAL_HOUSING 0x12
00015 
00016 #define MPS_GLOBAL_STYLE_MIN MPS_GLOBAL_FINANCE
00017 #define MPS_GLOBAL_STYLE_MAX MPS_GLOBAL_HOUSING
00018 
00019 #include "cliglobs.h"
00020 
00021 void mps_full_refresh (void);
00022 void mappoint_stats (int, int, int);
00023 
00024 #define _generic_mps
00025 #ifdef _generic_mps
00026 #endif
00027 
00028 
00029 #endif /* __mps_h__ */

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