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 2c4be21..0cdbcda 100644 --- a/include/state.h +++ b/include/state.h @@ -33,6 +33,10 @@ typedef struct { size_t fontCount; size_t fontAlloc; /* Sounds. */ + Wave **waves; + size_t waveCount; + size_t waveAlloc; + /* Sounds. */ Sound **sounds; size_t soundCount; size_t soundAlloc; |
