summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-07-05 12:23:54 +0000
committerpeter1138 <peter1138@openttd.org>2007-07-05 12:23:54 +0000
commit68c6add8ccd9aa32eb799a433aa8a3b05ec84a57 (patch)
tree52e0cc5b1e4eb6cf9aed8556873ee6833662e11f /source.list
parentb5079071762021ebfbb66a14eaa598e48d6a3234 (diff)
downloadopenttd-68c6add8ccd9aa32eb799a433aa8a3b05ec84a57.tar.xz
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
Diffstat (limited to 'source.list')
-rw-r--r--source.list6
1 files changed, 5 insertions, 1 deletions
diff --git a/source.list b/source.list
index 36ad7486b..363122fba 100644
--- a/source.list
+++ b/source.list
@@ -124,7 +124,6 @@ gfx.h
gfxinit.h
group.h
gui.h
-hal.h
heightmap.h
helpers.hpp
industry.h
@@ -317,6 +316,11 @@ blitter/factory.hpp
blitter/null.cpp
blitter/null.hpp
+# Drivers
+music/music_driver.hpp
+sound/sound_driver.hpp
+video/video_driver.hpp
+
# Sprite loaders
spriteloader/grf.cpp
spriteloader/grf.hpp