From af03c7364ea0dfe2c8bb269eb8a8f9b580f39633 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 28 Oct 2023 14:15:20 +0300 Subject: New object type Font. --- include/state.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index a0b17fa..bf86d00 100644 --- a/include/state.h +++ b/include/state.h @@ -13,13 +13,8 @@ typedef struct { bool run; lua_State *luaState; Vector2 resolution; - size_t guiFont; int logLevelInvalid; /* Resources. */ - /* Fonts. */ - Font **fonts; - size_t fontCount; - size_t fontAlloc; /* Sounds. */ Wave **waves; size_t waveCount; -- cgit v1.2.3