oops, forgot to clean up...
This commit is contained in:
@@ -108,5 +108,7 @@ int main(void){
|
|||||||
|
|
||||||
EndDrawing();
|
EndDrawing();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CloseWindow();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ int main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
free(field);
|
free(field);
|
||||||
|
CloseWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
int checkField(int* field, int row, int column)
|
int checkField(int* field, int row, int column)
|
||||||
|
|||||||
Reference in New Issue
Block a user