Day 27 complete.

This commit is contained in:
2026-04-01 19:26:21 -07:00
parent 34727294b7
commit 88f235ede6
3 changed files with 84 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@ typedef struct game_offscreen_buffer {
void *Memory;
S32 Width;
S32 Height;
S32 BytesPerPixel;
S32 Pitch;
} game_offscreen_buffer;