changed all uint to unsigned int

This commit is contained in:
Raphael Maenle
2017-12-02 17:03:12 +01:00
parent b1b6d55fc6
commit e2d2e403f5
4 changed files with 12 additions and 14 deletions

View File

@ -9,7 +9,7 @@
int main()
{
int cols=20, rows=20;
int cols=10, rows=10;
//some basic part stuff
vector<Part> myFirstPuzzle;
Part myFirstPart;