Commit 5dd5addf authored by Tianchenglipu's avatar Tianchenglipu

Update game.h

parent 10e5ff6b
...@@ -24,6 +24,14 @@ struct Config { ...@@ -24,6 +24,14 @@ struct Config {
wchar_t textfont[256]; wchar_t textfont[256];
wchar_t numfont[256]; wchar_t numfont[256];
wchar_t roompass[20]; wchar_t roompass[20];
//settings
int chkAutoPos;
int chkRandomPos;
int chkAutoChain;
int chkWaitChain;
int chkIgnore1;
int chkIgnore2;
int chkHideSetname;
}; };
struct DuelInfo { struct DuelInfo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment