diff options
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 { |
