summaryrefslogtreecommitdiff
path: root/osframework/source/SexyAppFramework/GraphicsBuild.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'osframework/source/SexyAppFramework/GraphicsBuild.cpp')
-rw-r--r--osframework/source/SexyAppFramework/GraphicsBuild.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/osframework/source/SexyAppFramework/GraphicsBuild.cpp b/osframework/source/SexyAppFramework/GraphicsBuild.cpp
new file mode 100644
index 0000000..c6e1cc9
--- /dev/null
+++ b/osframework/source/SexyAppFramework/GraphicsBuild.cpp
@@ -0,0 +1,18 @@
+#include "DDInterface.cpp" // build first because this defines INITGUID at the top
+
+#include "Color.cpp"
+#include "D3DInterface.cpp"
+#include "D3DTester.cpp"
+#include "DDImage.cpp"
+#include "Font.cpp"
+#include "Graphics.cpp"
+#include "NativeDisplay.cpp"
+#include "Image.cpp"
+#include "ImageFont.cpp"
+#include "MemoryImage.cpp"
+#include "SysFont.cpp"
+#include "Quantize.cpp"
+#include "SharedImage.cpp"
+
+// Leave this at the bottom because it undefs DIRECT3D_VERSION
+#include "D3D8Helper.cpp"