simple loader
This commit is contained in:
parent
a765be8cee
commit
61497966f3
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ void makeMove() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
printf("Please wait will the graphics memory is cleaning up...");
|
for (i = 0;i<12;i++) { printf("\n"); }
|
||||||
|
printf("Please wait for ant ...\n");
|
||||||
|
for (i = 0;i<12;i++) { printf("\n"); }
|
||||||
setAndClearHiRes();
|
setAndClearHiRes();
|
||||||
x = 160;
|
x = 160;
|
||||||
y = 100;
|
y = 100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue