summaryrefslogtreecommitdiff
path: root/code/game_main.h
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2023-08-31 11:18:52 +0500
committertalha <talha@talhaamir.xyz>2023-08-31 11:18:52 +0500
commitdf0d5fcea9682c7890f3b0ae5e8caea2a3867199 (patch)
treea3d0dfe35f3aac401b93311c7412359b10b25c41 /code/game_main.h
parent66e84eabf70a11d91abbbe8777b1746573a51bae (diff)
Refactoring font rendering
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;