summaryrefslogtreecommitdiffstats
path: root/src/core/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Game.h')
-rw-r--r--src/core/Game.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h
index 8db5adf5..227da56e 100644
--- a/src/core/Game.h
+++ b/src/core/Game.h
@@ -8,6 +8,29 @@ enum eLevelName {
LEVEL_SUBURBAN
};
+enum eVisibilityArea
+{
+ VIS_MAIN_MAP = 0,
+ VIS_HOTEL,
+ VIS_MANSION,
+ VIS_BANK,
+ VIS_MALL,
+ VIS_STRIP_CLUB,
+ VIS_LAWYERS,
+ VIS_COFFEE_SHOP,
+ VIS_CONCERT_HALL,
+ VIS_STUDIO,
+ VIS_RIFLE_RANGE,
+ VIS_BIKER_BAR,
+ VIS_POLICE_STATION,
+ VIS_EVERYWHERE,
+ VIS_DIRT,
+ VIS_BLOOD,
+ VIS_OVALRING,
+ VIS_MALIBU_CLUB,
+ VIS_PRINT_WORKS,
+};
+
class CGame
{
public: