Add cheat engine.

This commit is contained in:
sorgelig
2019-05-08 23:03:25 +08:00
parent e97b3a3a7d
commit b5968296a9
7 changed files with 478 additions and 22 deletions

View File

@@ -33,8 +33,8 @@ typedef std::vector<dirent> DirentVector;
static const size_t YieldIterations = 128;
DirentVector DirItem;
int iSelectedEntry = 0; // selected entry index
int iFirstEntry = 0;
static int iSelectedEntry = 0; // selected entry index
static int iFirstEntry = 0;
static char full_path[2100];