summaryrefslogtreecommitdiff
path: root/source/core.h
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2025-12-29 13:45:53 +0500
committertalha <talha@talhaamir.xyz>2025-12-29 13:45:53 +0500
commit9044db4794e95ef9dbc2d5bfde4215ddc82d6ae8 (patch)
treea63784ac600579006a650c49f30d6d2f94b6905f /source/core.h
parent0b3d69976819219e71350b6a988d1704fd5f0746 (diff)
added 2d "meshes"HEADmain
Diffstat (limited to 'source/core.h')
-rw-r--r--source/core.h4
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 {