1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

(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

1
os2.c
View File

@@ -29,6 +29,7 @@
#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"