You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include "quakedef.h"
|
|
|
|
|
|
#ifdef USE_FMOD
|
|
|
#include "fmod.h"
|
|
|
#include "fmod_errors.h"
|
|
|
|
|
|
FMOD_SYSTEM *fmod_system = NULL;
|
|
|
|
|
|
#endif // USE_FMOD
|