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 /reference/types.hh | |
| parent | e59667ec6be0a21ce702ce077154357a1c7f7c04 (diff) | |
| download | game-c09d30cb144ce421ef0e1a786d2965f9abcde0aa.tar.gz game-c09d30cb144ce421ef0e1a786d2965f9abcde0aa.zip | |
`houses.cc`
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/reference/types.hh b/reference/types.hh index 513fb78..fc365b4 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -25,48 +25,6 @@ struct TPreparedQuery { char *Name; }; -struct THouseGuest { - char Name[60]; -}; - -struct THouse { - ushort ID; - char Name[50]; - char Description[500]; - int Size; - ulong Rent; - int DepotNr; - bool NoAuction; - bool GuildHouse; - int ExitX; - int ExitY; - int ExitZ; - int CenterX; - int CenterY; - int CenterZ; - ulong OwnerID; - char OwnerName[30]; - int LastTransition; - int PaidUntil; - struct vector<THouseGuest> Subowner; - int Subowners; - struct vector<THouseGuest> Guest; - int Guests; - int Help; -}; - -struct THelpDepot { - ulong CharacterID; - struct Object Box; - int DepotNr; -}; - -struct THouseArea { - ushort ID; - int SQMPrice; - int DepotNr; -}; - struct TDirectReplyData { ulong CharacterID; char Message[100]; |
