aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-01 09:22:42 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-01 09:22:42 -0400
commitad53a45ac83da8efa9316db884e020de7f2ab829 (patch)
tree7ffb7206cbe25b655e3f9a40c8a3f4d946b29d0c /include/common.h
parent49b328bd30365b6fcb19eeebdaa43f4430285c50 (diff)
Added support for sound
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 985dddf..9f29fbb 100644
--- a/include/common.h
+++ b/include/common.h
@@ -47,4 +47,7 @@ extern unsigned int deltaTime;
extern FILE* config;
extern FILE* names;
+extern Mix_Music *music;
+extern Mix_Chunk *horn;
+
#endif // COMMON_H