From df0d5fcea9682c7890f3b0ae5e8caea2a3867199 Mon Sep 17 00:00:00 2001 From: talha Date: Thu, 31 Aug 2023 11:18:52 +0500 Subject: Refactoring font rendering --- code/game_main.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'code/game_main.h') 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; -- cgit v1.2.3