diff options
Diffstat (limited to 'src/info.hh')
| -rw-r--r-- | src/info.hh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/info.hh b/src/info.hh index 8972276..154eb65 100644 --- a/src/info.hh +++ b/src/info.hh @@ -4,14 +4,6 @@ #include "common.hh" #include "map.hh" -// TODO(fusion): Probably move to `houses.hh` when we implement it? -constexpr uint16 HOUSEID_ANY = 0xFFFF; -enum HouseList: uint8 { - GUESTLIST = 1, - SUBOWNERLIST = 2, - DOORLIST = 3, -}; - const char *GetLiquidName(int LiquidType); uint8 GetLiquidColor(int LiquidType); const char *GetName(Object Obj); |
