diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-14 04:47:08 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-14 04:47:08 -0300 |
| commit | 33464579f6b8b079597617593d2bb733e982db8f (patch) | |
| tree | b5da873ddd7d9cd382a4adc321594fdd68fac9bb /src/stubs.hh | |
| parent | 15b40c7915fca14e537534ae9ba03f3add965943 (diff) | |
| download | game-33464579f6b8b079597617593d2bb733e982db8f.tar.gz game-33464579f6b8b079597617593d2bb733e982db8f.zip | |
impl `Look` and `Talk`...
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stubs.hh b/src/stubs.hh index c8b2e63..cb06608 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -30,7 +30,10 @@ extern void CreatePool(Object Con, ObjectType Type, uint32 Value); extern void GetExitPosition(uint16 HouseID, int *x, int *y, int *z); extern TConnection *GetFirstConnection(void); extern TConnection *GetNextConnection(void); +extern const char *GetHouseName(uint16 HouseID); +extern const char *GetHouseOwner(uint16 HouseID); extern TPlayer *GetPlayer(uint32 CreatureID); +extern void GetProfessionName(char *Buffer, int Profession, bool Article, bool Capitals); extern int IdentifyPlayer(const char *Name, bool ExactMatch, bool IgnoreGamemasters, TPlayer **Player); extern void InitLog(const char *ProtocolName); extern void KickGuest(uint16 HouseID, TPlayer *Host, TPlayer *Guest); |
