summaryrefslogtreecommitdiff
path: root/code/game_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/game_main.h')
-rw-r--r--code/game_main.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/code/game_main.h b/code/game_main.h
index 2194e27..1b4e1af 100644
--- a/code/game_main.h
+++ b/code/game_main.h
@@ -33,17 +33,6 @@ typedef struct Rect2 {
Vec2 br;
} Rect2;
-typedef struct debug_font_details {
- i32 advance;
- i32 lsb;
- i32 x0, y0, x1, y1;
- i32 kern;
- f32 lx;
- f32 ly;
- i32 byte_offset;
- i32 baseline;
-} debug_font_details;
-
typedef struct GameState {
GameCamera Camera;
GameInput Input;