Minimal optimization

This commit is contained in:
Amine B. Hassouna
2018-12-01 12:20:10 +01:00
parent d3c9c890d4
commit 3fdbc57d88
2 changed files with 24 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ struct Grid
SDL_Color backgroundColor;
// Grid border thickness and color
int border;
unsigned int border;
SDL_Color borderColor;
// Number of cells over the x axis
@@ -72,7 +72,7 @@ struct Grid
int yCells;
// Cells boder thickness and color
int cellsBorder;
unsigned int cellsBorder;
SDL_Color cellsBorderColor;
// Matrix of Cells