summaryrefslogtreecommitdiff
path: root/projects/openttd_vs80.vcproj
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-17 20:30:28 +0000
committertruelight <truelight@openttd.org>2007-06-17 20:30:28 +0000
commit79cd3f5db0deeb4017c75198f3b530c3a2bf0ee3 (patch)
treee0105857aa1562ca3ca15a5e7df7e49bfc939456 /projects/openttd_vs80.vcproj
parent8c3e9d111f55531f67e8dc132c678d70632f56d9 (diff)
downloadopenttd-79cd3f5db0deeb4017c75198f3b530c3a2bf0ee3.tar.xz
(svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
-Codechange: introduced a hierachy of blitters to avoid a lot of code duplication Note: this allows much easier adding other types of video-drivers, like OpenGL
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r--projects/openttd_vs80.vcproj54
1 files changed, 21 insertions, 33 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 93f7d1241..e58eb48b2 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1512,6 +1512,14 @@
Name="Blitters"
>
<File
+ RelativePath=".\..\src\blitter\32bpp_base.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\32bpp_base.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\blitter\32bpp_simple.cpp"
>
</File>
@@ -1520,6 +1528,14 @@
>
</File>
<File
+ RelativePath=".\..\src\blitter\8bpp_base.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\8bpp_base.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\blitter\8bpp_debug.cpp"
>
</File>
@@ -1544,7 +1560,11 @@
>
</File>
<File
- RelativePath=".\..\src\blitter\blitter.hpp"
+ RelativePath=".\..\src\blitter\base.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\factory.hpp"
>
</File>
<File
@@ -1581,38 +1601,6 @@
</File>
</Filter>
<Filter
- Name="Renderer"
- >
- <File
- RelativePath=".\..\src\renderer\32bpp.cpp"
- >
- </File>
- <File
- RelativePath=".\..\src\renderer\32bpp.hpp"
- >
- </File>
- <File
- RelativePath=".\..\src\renderer\8bpp.cpp"
- >
- </File>
- <File
- RelativePath=".\..\src\renderer\8bpp.hpp"
- >
- </File>
- <File
- RelativePath=".\..\src\renderer\null.cpp"
- >
- </File>
- <File
- RelativePath=".\..\src\renderer\null.hpp"
- >
- </File>
- <File
- RelativePath=".\..\src\renderer\renderer.hpp"
- >
- </File>
- </Filter>
- <Filter
Name="NewGRF"
>
<File