We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387b746 commit de19159Copy full SHA for de19159
README-EN.md
@@ -7,7 +7,7 @@
7
8
- [version](#version)
9
10
-- [Discussion Channel](#Discussion-Channel)
+- [Discussion Channel](#Discussion Channel)
11
12
## note
13
defines/Eggs.h
@@ -107,6 +107,9 @@ void Egg::print_ach(){
107
void Egg::imports(ifstream &fin){
108
fin >> has_ach;
109
fin >> achs;
110
+ if(has_ach){
111
+ system(("mode "+to_string(COLS+ADD_COLS)+","+to_string(LINES+ADD_LINE)).c_str());
112
+ }
113
}
114
void Egg::save(ofstream &fout){
115
fout << has_ach << endl;
main.exe
1.5 KB
0 commit comments