(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.

This commit is contained in:
peter1138
2007-07-05 12:23:54 +00:00
parent b507907176
commit 68c6add8cc
48 changed files with 883 additions and 557 deletions

View File

@@ -855,10 +855,6 @@
RelativePath=".\..\src\gui.h"
>
</File>
<File
RelativePath=".\..\src\hal.h"
>
</File>
<File
RelativePath=".\..\src\heightmap.h"
>
@@ -1604,6 +1600,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"
>