Update Other.h

This commit is contained in:
EricPlayZ
2024-04-24 04:04:15 +03:00
parent b7c81b5e2b
commit 4308c7b21a

View File

@ -3,9 +3,9 @@
#include <basetsd.h>
namespace GamePH {
extern const std::tuple<uint16_t, uint16_t, uint16_t, uint16_t> GetCurrentGameVersion();
extern const DWORD GetCurrentGameVersion();
extern const std::string GameVerToStr(DWORD version);
extern const std::string GetCurrentGameVersionStr();
extern const std::string GameVerToStr(uint16_t version);
extern void ShowTPPModel(bool showTPPModel);
extern bool ReloadJumps();
}
}