- 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

@ -34,6 +34,7 @@
#include "g_levellocals.h"
#include "xlat/xlat.h"
#include "maploader/maploader.h"
#include "s_music.h"
class FScriptLoader
{