diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-30 19:23:09 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-30 19:23:09 -0300 |
| commit | 6c8aa85b8b578db03a8c5f0dc0b7e80605592d45 (patch) | |
| tree | 6734cf3d3c0e318a139f7d15d9a524c423833e22 /src/houses.hh | |
| parent | c09d30cb144ce421ef0e1a786d2965f9abcde0aa (diff) | |
| download | game-6c8aa85b8b578db03a8c5f0dc0b7e80605592d45.tar.gz game-6c8aa85b8b578db03a8c5f0dc0b7e80605592d45.zip | |
`writer.cc`
Diffstat (limited to 'src/houses.hh')
| -rw-r--r-- | src/houses.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/houses.hh b/src/houses.hh index 9326e65..8402bf2 100644 --- a/src/houses.hh +++ b/src/houses.hh @@ -3,11 +3,13 @@ #include "common.hh" #include "containers.hh" -#include "cr.hh" #include "map.hh" #define MAX_HOUSE_GUEST_NAME 60 +struct TPlayer; +struct TPlayerData; + struct THelpDepot { uint32 CharacterID; Object Box; @@ -99,6 +101,6 @@ void LoadOwners(void); void SaveOwners(void); void ProcessHouses(void); void InitHouses(void); -void SaveHouses(void); +void ExitHouses(void); #endif //TIBIA_HOUSES_HH_ |
