From c106785ae5b446ad9460843ee57f823abacd553f Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 31 May 2022 18:05:44 +0300 Subject: Wave and more sound functions. --- include/state.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/state.h') 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; -- cgit v1.2.3