CheatMenuSA/CheatMenu/MenuInfo.h
Grinch_ f863451777 Bug fixes, removed silentpatch checks
1. Added a mouse fix ( no longer need silentpatch)
2. Fixed issues with the radio scroll
2021-06-20 17:23:24 +06:00

7 lines
226 B
C

#pragma once
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "2.7"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20210620"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION "(" BUILD_NUMBER ")"