]> git.cworth.org Git - apitrace/blob - d3d9/stdafx.h
Define WIN32_LEAN_AND_MEAN globally.
[apitrace] / d3d9 / stdafx.h
1 // stdafx.h 
2 #pragma once
3
4 #include <windows.h>
5 #include <tchar.h>
6
7 #include <d3d9.h>
8
9 #include "idirect3d9.hpp"
10 #include "idirect3d_device9.hpp"
11 #include "idirect3d_swapchain9.hpp"