From c09d30cb144ce421ef0e1a786d2965f9abcde0aa Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 29 Jun 2025 18:25:23 -0300 Subject: `houses.cc` --- src/info.hh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/info.hh') 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); -- cgit v1.2.3