diff options
author | peter1138 <peter1138@openttd.org> | 2007-07-05 12:23:54 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-07-05 12:23:54 +0000 |
commit | 68c6add8ccd9aa32eb799a433aa8a3b05ec84a57 (patch) | |
tree | 52e0cc5b1e4eb6cf9aed8556873ee6833662e11f /projects | |
parent | b5079071762021ebfbb66a14eaa598e48d6a3234 (diff) | |
download | openttd-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 'projects')
-rw-r--r-- | projects/openttd.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 20 |
2 files changed, 29 insertions, 7 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 165758647..e681545aa 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -471,9 +471,6 @@ RelativePath=".\..\src\gui.h"> </File> <File - RelativePath=".\..\src\hal.h"> - </File> - <File RelativePath=".\..\src\heightmap.h"> </File> <File @@ -1038,6 +1035,19 @@ </File> </Filter> <Filter + Name="Drivers" + Filter=""> + <File + RelativePath=".\..\src\music\music_driver.hpp"> + </File> + <File + RelativePath=".\..\src\sound\sound_driver.hpp"> + </File> + <File + RelativePath=".\..\src\video\video_driver.hpp"> + </File> + </Filter> + <Filter Name="Sprite loaders" Filter=""> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index eda607705..311f23ac1 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -856,10 +856,6 @@ > </File> <File - RelativePath=".\..\src\hal.h" - > - </File> - <File RelativePath=".\..\src\heightmap.h" > </File> @@ -1605,6 +1601,22 @@ </File> </Filter> <Filter + Name="Drivers" + > + <File + RelativePath=".\..\src\music\music_driver.hpp" + > + </File> + <File + RelativePath=".\..\src\sound\sound_driver.hpp" + > + </File> + <File + RelativePath=".\..\src\video\video_driver.hpp" + > + </File> + </Filter> + <Filter Name="Sprite loaders" > <File |