summaryrefslogtreecommitdiff
path: root/g_src/music_and_sound_v.h
blob: 7c76874517c62fdccfc26191c0198313d9219296 (plain)
1
2
3
4
5
6
7
8
9
10
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