(svn r2691) Separate dedicated video driver and fix bemidi declarations

This commit is contained in:
tron
2005-07-23 17:22:39 +00:00
parent 60d2232c60
commit 4a14350711
7 changed files with 317 additions and 295 deletions

2
unix.c
View File

@@ -7,12 +7,14 @@
#include "hal.h"
#include "variables.h"
#include "music/bemidi.h"
#include "music/extmidi.h"
#include "music/null_m.h"
#include "sound/null_s.h"
#include "sound/sdl_s.h"
#include "video/dedicated_v.h"
#include "video/null_v.h"
#include "video/sdl_v.h"