aboutsummaryrefslogtreecommitdiff
path: root/code/handmade.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/handmade.h')
-rw-r--r--code/handmade.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/handmade.h b/code/handmade.h
index 06f8922..30daa99 100644
--- a/code/handmade.h
+++ b/code/handmade.h
@@ -16,9 +16,9 @@
typedef enum
{
- SquareColor_Gray = 0,
- SquareColor_Yellow = 1,
- SquareColor_Green = 2,
+ SquareColor_Gray,
+ SquareColor_Yellow,
+ SquareColor_Green,
SquareColor_Count
} square_colors;