diff options
| author | talha <talha@talhaamir.xyz> | 2025-12-29 13:45:53 +0500 |
|---|---|---|
| committer | talha <talha@talhaamir.xyz> | 2025-12-29 13:45:53 +0500 |
| commit | 9044db4794e95ef9dbc2d5bfde4215ddc82d6ae8 (patch) | |
| tree | a63784ac600579006a650c49f30d6d2f94b6905f /source/core.h | |
| parent | 0b3d69976819219e71350b6a988d1704fd5f0746 (diff) | |
Diffstat (limited to 'source/core.h')
| -rw-r--r-- | source/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core.h b/source/core.h index fe9daf9..0befdfc 100644 --- a/source/core.h +++ b/source/core.h @@ -24,8 +24,12 @@ struct GameState { u32 triangle_sp; u32 triangle_vao; u32 triangle_vbo; + u32 line_sp; + u32 line_vao; + u32 line_vbo; i32 width; i32 height; + r32 run_i; }; enum GameEventType { |
