]> git.cworth.org Git - apitrace/blobdiff - retrace/d3dretrace.hpp
Merge branch 'master' into d2d
[apitrace] / retrace / d3dretrace.hpp
index ebfa10a3c8d70e2b71e0581f7fffb307585fd939..b552c0bf3935a609d06fe9be07f34bf4095897ec 100644 (file)
@@ -26,6 +26,9 @@
 #ifndef _D3DRETRACE_HPP_
 #define _D3DRETRACE_HPP_
 
+
+#include <windows.h>
+
 #include "retrace.hpp"
 
 
@@ -44,6 +47,16 @@ extern IDirect3DDevice9 *pLastDirect3DDevice9;
 extern const retrace::Entry d3d9_callbacks[];
 
 
+HWND
+createWindow(int width, int height);
+
+void
+resizeWindow(HWND hWnd, int width, int height);
+
+bool
+processEvents(void);
+
+
 } /* namespace d3dretrace */