From f898f3bb674b8d7d28ebf170769a78485f2464cf Mon Sep 17 00:00:00 2001 From: fusion32 Date: Wed, 4 Jun 2025 00:55:23 -0300 Subject: more spells --- src/info.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/info.hh') diff --git a/src/info.hh b/src/info.hh index f94ef0e..d3bd625 100644 --- a/src/info.hh +++ b/src/info.hh @@ -6,6 +6,11 @@ // 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, +}; bool JumpPossible(int x, int y, int z, bool AvoidPlayers); bool SearchFreeField(int *x, int *y, int *z, int Distance, uint16 HouseID, bool Jump); -- cgit v1.2.3