From aaf198773fd8e041b0976cc0682e83f8acf394d0 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 1 Jul 2025 20:41:31 -0300 Subject: beginning of `query.cc` --- src/stubs.hh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/stubs.hh (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh deleted file mode 100644 index 0be5c77..0000000 --- a/src/stubs.hh +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef TIBIA_STUBS_HH_ -#define TIBIA_STUBS_HH_ 1 - -#include "common.hh" -#include "enums.hh" -#include "cr.hh" -#include "map.hh" - -// IMPORTANT(fusion): These function definitions exist to test compilation. They're -// not yet implemented and will cause the linker to fail with unresolved symbols. - -extern void SavePlayerData(TPlayerData *Slot); -extern bool LoadPlayerData(TPlayerData *Slot); -extern bool PlayerDataExists(uint32 CharacterID); - -#endif //TIBIA_STUBS_HH_ -- cgit v1.2.3