aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs.hh')
-rw-r--r--src/stubs.hh3
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);