summaryrefslogtreecommitdiff
path: root/g_src/music_and_sound_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'g_src/music_and_sound_v.h')
-rwxr-xr-xg_src/music_and_sound_v.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/g_src/music_and_sound_v.h b/g_src/music_and_sound_v.h
new file mode 100755
index 0000000..7c76874
--- /dev/null
+++ b/g_src/music_and_sound_v.h
@@ -0,0 +1,11 @@
+//copyright (c) 2006 by tarn adams
+
+#ifndef NO_FMOD
+#include "enabler.h"
+#include "init.h"
+
+extern enablerst enabler;
+extern initst init;
+musicsoundst musicsound;
+
+#endif \ No newline at end of file