diff options
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/state.h b/include/state.h index 3fc4e8e..f724cc1 100644 --- a/include/state.h +++ b/include/state.h @@ -62,6 +62,10 @@ typedef struct { Shader **shaders; size_t shaderCount; size_t shaderAlloc; + /* Lights. */ + Light **lights; + size_t lightCount; + size_t lightAlloc; } State; extern State *state; |
