2a6fdb1c72
1. Fixed issue with radio scroll #45 2. Fixed crash with renderhook 3. Refactored code 4. Added option to control neon pulsing 5. Fixed a issue with huge crosshair when huge dmg is enabled
5 lines
175 B
C
5 lines
175 B
C
#pragma once
|
|
#define MENU_NAME "Cheat Menu"
|
|
#define MENU_VERSION "2.5-beta"
|
|
#define BUILD_NUMBER "20210108"
|
|
#define MENU_TITLE MENU_NAME " v" MENU_VERSION "(" BUILD_NUMBER ")" |