diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 20:41:31 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 20:41:31 -0300 |
| commit | aaf198773fd8e041b0976cc0682e83f8acf394d0 (patch) | |
| tree | 5fcf0b6b1b927dda842ae98b041463cdafd14126 /src/stubs.hh | |
| parent | 11ae3d0e42293d01b4d729ed5b6fceb8f0ec3fa5 (diff) | |
| download | game-aaf198773fd8e041b0976cc0682e83f8acf394d0.tar.gz game-aaf198773fd8e041b0976cc0682e83f8acf394d0.zip | |
beginning of `query.cc`
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 16 |
1 files changed, 0 insertions, 16 deletions
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_ |
