diff options
Diffstat (limited to 'src/info.hh')
| -rw-r--r-- | src/info.hh | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
