Move specific decoder classes to separate headers

This commit is contained in:
Chris Robinson 2014-06-19 23:03:13 -07:00
commit 4f6861d798
6 changed files with 108 additions and 86 deletions

View file

@ -56,6 +56,9 @@ extern HINSTANCE g_hInst;
#include "fmodsound.h"
#include "oalsound.h"
#include "mpg123_decoder.h"
#include "sndfile_decoder.h"
#include "m_swap.h"
#include "stats.h"
#include "files.h"