summaryrefslogtreecommitdiff
path: root/osframework/source/SexyAppFramework/GraphicsBuild.cpp
blob: c6e1cc92abc8f22566ab7ce6c0ce47a96d2a704b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"