diff options
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 372ca92..6eb3d3d 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -21,6 +21,7 @@ extern void Change(Object Obj, ObjectType NewType, uint32 Value); extern bool CheckRight(uint32 CreatureID, RIGHT Right); extern void CleanHouseField(int x, int y, int z); extern void CreatePlayerList(bool Online); +extern Object GetBodyObject(uint32 CreatureID, int Position); extern TCreature *GetCreature(uint32 CreatureID); extern TConnection *GetFirstConnection(void); extern TConnection *GetNextConnection(void); @@ -31,6 +32,7 @@ extern void MoveCreatures(int Delay); extern void NetLoadCheck(void); extern void NetLoadSummary(void); extern void NotifyAllCreatures(Object Obj, int Type, Object OldCon); +extern int ObjectDistance(Object Obj1, Object Obj2); extern void ProcessCommunicationControl(void); extern void ProcessConnections(void); extern void ProcessCreatures(void); @@ -47,6 +49,7 @@ extern void RefreshSector(int SectorX, int SectorY, int SectorZ, const uint8 *Da extern void SavePlayerDataOrder(void); extern void SendAll(void); extern void SendAmbiente(TConnection *Connection); +extern void SendClearTarget(TConnection *Connection); extern void SendMails(TPlayerData *PlayerData); extern void SendMessage(TConnection *Connection, int Mode, const char *Text, ...) ATTR_PRINTF(3, 4); extern void SendPlayerData(TConnection *Connection); |
