]> git.cworth.org Git - apitrace/blobdiff - retrace/d3dretrace.hpp
Move d3d window creation to a separate source file.
[apitrace] / retrace / d3dretrace.hpp
index ebfa10a3c8d70e2b71e0581f7fffb307585fd939..91f235766284474c0cf412ba7fcf2d8099cc714a 100644 (file)
@@ -26,6 +26,9 @@
 #ifndef _D3DRETRACE_HPP_
 #define _D3DRETRACE_HPP_
 
+
+#include <windows.h>
+
 #include "retrace.hpp"
 
 
@@ -44,6 +47,10 @@ extern IDirect3DDevice9 *pLastDirect3DDevice9;
 extern const retrace::Entry d3d9_callbacks[];
 
 
+HWND
+createWindow(int width, int height);
+
+
 } /* namespace d3dretrace */