diff options
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stubs.hh b/src/stubs.hh index 4e974d7..0be5c77 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -9,15 +9,8 @@ // IMPORTANT(fusion): These function definitions exist to test compilation. They're // not yet implemented and will cause the linker to fail with unresolved symbols. -typedef void TRefreshSectorFunction(int SectorX, int SectorY, int SectorZ, const uint8 *Data, int Size); -typedef void TSendMailsFunction(TPlayerData *PlayerData); - -extern void LoadCharacterOrder(uint32 CharacterID); -extern void LoadSectorOrder(int SectorX, int SectorY, int SectorZ); -extern void ProcessReaderThreadReplies(TRefreshSectorFunction *RefreshSector, TSendMailsFunction *SendMails); extern void SavePlayerData(TPlayerData *Slot); extern bool LoadPlayerData(TPlayerData *Slot); extern bool PlayerDataExists(uint32 CharacterID); -extern void SavePlayerDataOrder(void); #endif //TIBIA_STUBS_HH_ |
