]> git.cworth.org Git - apitrace/blobdiff - retrace/d3dretrace.hpp
Add support for basic GPU profiling of draw calls to retrace.
[apitrace] / retrace / d3dretrace.hpp
index 91b84fb1b902813906b03c3f18abf814178abde7..91f235766284474c0cf412ba7fcf2d8099cc714a 100644 (file)
 #ifndef _D3DRETRACE_HPP_
 #define _D3DRETRACE_HPP_
 
+
+#include <windows.h>
+
 #include "retrace.hpp"
 
 
-class IDirect3DDevice9;
+struct IDirect3DDevice9;
 
 
 extern const char *g_szD3D9DllName;
@@ -44,6 +47,10 @@ extern IDirect3DDevice9 *pLastDirect3DDevice9;
 extern const retrace::Entry d3d9_callbacks[];
 
 
+HWND
+createWindow(int width, int height);
+
+
 } /* namespace d3dretrace */