summaryrefslogtreecommitdiff
path: root/src/speaker.h
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-12-26 13:21:09 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-12-26 13:21:09 +0100
commit35bd9e1fb1fa87711cce8949753909343c5edd7d (patch)
tree971d5d7196f86b5a4c948d9003728d7fb72056fc /src/speaker.h
parente9ec67945034935931c975ddb9522a5dbb69e6a9 (diff)
Minor changes
Diffstat (limited to 'src/speaker.h')
-rw-r--r--src/speaker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speaker.h b/src/speaker.h
index 3c36fef..d78812c 100644
--- a/src/speaker.h
+++ b/src/speaker.h
@@ -1,6 +1,6 @@
#include "raylib.h"
-#define SPEAKER_AUDIO_FILE "beep.mp3"
+#define SPEAKER_AUDIO_FILE "beep2.mp3"
void SpeakerInit();
void SpeakerOn();