summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7aaf2a0..c8789b8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,6 +32,12 @@ main([[maybe_unused]] int argc, [[maybe_unused]] char **argv)
return 1;
if (LZR_SoundLoad("res/glass.wav", 10.0) < 0)
return 1;
+ if (LZR_SoundLoad("res/box0.wav", 10.0) < 0)
+ return 1;
+ if (LZR_SoundLoad("res/box1.wav", 10.0) < 0)
+ return 1;
+ if (LZR_SoundLoad("res/blan.wav", 20.0) < 0)
+ return 1;
while (!LZR_ShouldQuit()) {
LZR_CycleEvents();