- split off all music code from s_sound.cpp

This commit is contained in:
Christoph Oelckers 2019-08-23 17:15:19 +02:00
commit 66db894866
25 changed files with 1075 additions and 808 deletions

View file

@ -67,6 +67,7 @@
#include "i_system.h"
#include "vm.h"
#include "gstrings.h"
#include "s_music.h"
EXTERN_CVAR (Int, disableautosave)
EXTERN_CVAR (Int, autosavecount)