diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-07-27 12:25:56 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-27 12:25:56 +0200 |
| commit | fab95e6bc64517334853a86fde85540bfcd512c3 (patch) | |
| tree | 49544e635dbcb80d04025078fb9f1d4c745e87ea /code/handmade.h | |
| parent | bca40ba9b46c3405675006cb151c1021dbabe2e5 (diff) | |
checkpoint
Diffstat (limited to 'code/handmade.h')
| -rw-r--r-- | code/handmade.h | 6 |
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; |
