summaryrefslogtreecommitdiff
path: root/src/object/button.c
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-03-23 00:33:29 +0100
committerHenny022p <info@henny022.de>2021-03-23 00:33:29 +0100
commitcc206a73abd20eac777914a095963bb1395ceea4 (patch)
tree6ebc120adbe4f12926a8247bf821b30e4945c707 /src/object/button.c
parent5cebf089fd0b34e017aeb36d540bfce051a4969c (diff)
naming and moving stuff
Diffstat (limited to 'src/object/button.c')
-rw-r--r--src/object/button.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/button.c b/src/object/button.c
index e545953c..ca180856 100644
--- a/src/object/button.c
+++ b/src/object/button.c
@@ -2,6 +2,7 @@
#include "entity.h"
#include "flags.h"
#include "room.h"
+#include "audio.h"
#include "functions.h"
extern void (*const gUnk_0811EE38[])(Entity*);