mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-18 17:37:53 +08:00
Update Other.h
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user