cleanup & restructuring; in particular move the midi driver list to its own source file

svn-id: r10550
This commit is contained in:
Max Horn
2003-10-02 22:52:57 +00:00
parent 3f55f2669d
commit bb6765f85d
8 changed files with 212 additions and 161 deletions
+3
View File
@@ -26,6 +26,9 @@
#include "common/util.h"
typedef Engine *(*EngineFactory)(GameDetector *detector, OSystem *syst);
#ifdef DYNAMIC_MODULES
#ifdef UNIX