diff options
| author | jussi | 2023-10-28 14:15:20 +0300 |
|---|---|---|
| committer | jussi | 2023-10-28 14:15:20 +0300 |
| commit | af03c7364ea0dfe2c8bb269eb8a8f9b580f39633 (patch) | |
| tree | 8ef09eefe38c890112972768c6861432028d8945 /include/state.h | |
| parent | 23935aefca3212c989199cd7e195c02b01ef14ae (diff) | |
| download | reilua-enhanced-af03c7364ea0dfe2c8bb269eb8a8f9b580f39633.tar.gz reilua-enhanced-af03c7364ea0dfe2c8bb269eb8a8f9b580f39633.tar.bz2 reilua-enhanced-af03c7364ea0dfe2c8bb269eb8a8f9b580f39633.zip | |
New object type Font.
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 5 |
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; |
