diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
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 |