mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-18 17:37:53 +08:00
Update core.h
This commit is contained in:
@ -16,9 +16,9 @@
|
||||
#define VK_MWHEELUP 0x101
|
||||
#endif
|
||||
|
||||
constexpr auto MOD_VERSION_STR = "v1.1.2";
|
||||
constexpr auto MOD_VERSION = 10102;
|
||||
constexpr uint16_t GAME_VER_COMPAT = 11530;
|
||||
constexpr const char* MOD_VERSION_STR = "v1.1.3";
|
||||
constexpr DWORD MOD_VERSION = 10103;
|
||||
constexpr DWORD GAME_VER_COMPAT = 11600;
|
||||
|
||||
struct Key {
|
||||
constexpr Key(std::string_view name, int code, ImGuiKey imGuiCode) : name(name), code(code), imGuiCode(imGuiCode) {}
|
||||
@ -227,6 +227,6 @@ namespace Core {
|
||||
extern bool exiting;
|
||||
|
||||
extern int rendererAPI;
|
||||
extern uint16_t gameVer;
|
||||
extern DWORD gameVer;
|
||||
extern void OnPostUpdate();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user