Implement command-line playtesting (#163)

This commit is contained in:
leo60228
2020-04-09 12:03:24 -07:00
committed by GitHub
parent 4511ea172e
commit 94b2ebd55c
4 changed files with 129 additions and 1 deletions

View File

@@ -314,6 +314,13 @@ public:
std::vector<SDL_GameControllerButton> controllerButton_esc;
bool skipfakeload;
bool cliplaytest;
int playx;
int playy;
int playrx;
int playry;
int playgc;
};
extern Game game;