diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-29 18:25:23 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-29 18:25:23 -0300 |
| commit | c09d30cb144ce421ef0e1a786d2965f9abcde0aa (patch) | |
| tree | 877611a3837996b9acddc5eaa8d30a9aa4424955 /src/info.hh | |
| parent | e59667ec6be0a21ce702ce077154357a1c7f7c04 (diff) | |
| download | game-c09d30cb144ce421ef0e1a786d2965f9abcde0aa.tar.gz game-c09d30cb144ce421ef0e1a786d2965f9abcde0aa.zip | |
`houses.cc`
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); |
