summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h5
1 files changed, 0 insertions, 5 deletions
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;