summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorjussi2022-05-31 18:05:44 +0300
committerjussi2022-05-31 18:05:44 +0300
commitc106785ae5b446ad9460843ee57f823abacd553f (patch)
tree2758bc9cf63b6d5990e2d9436b10d31e50a56ccd /include/state.h
parentb1bb77e1398b2f73623ef8c1e9cb2d7adbdea139 (diff)
downloadreilua-enhanced-c106785ae5b446ad9460843ee57f823abacd553f.tar.gz
reilua-enhanced-c106785ae5b446ad9460843ee57f823abacd553f.tar.bz2
reilua-enhanced-c106785ae5b446ad9460843ee57f823abacd553f.zip
Wave and more sound functions.
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h4
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;