00001
00002
00003
00004
00005
00006
00007 #ifndef __mps_h__
00008 #define __mps_h__
00009
00010
00011
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