X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=d3dshader.cpp;h=a2d5c1293c275fce04958e90d0258851358ca12c;hb=d2d7112462378739bf96775f547837431375ff4d;hp=13987f4b0d9cb6de4509a5d13f039c7159f6bc93;hpb=288a9bca5c27be80f4e58e3a39ac7b1429f967aa;p=apitrace diff --git a/d3dshader.cpp b/d3dshader.cpp index 13987f4..a2d5c12 100644 --- a/d3dshader.cpp +++ b/d3dshader.cpp @@ -27,8 +27,8 @@ #include -#include "d3d9imports.hpp" #include "d3dshader.hpp" +#include "d3d9imports.hpp" typedef HRESULT @@ -40,7 +40,7 @@ typedef HRESULT ); -void DumpShader(Trace::Writer &writer, const DWORD *tokens) +void DumpShader(trace::Writer &writer, const DWORD *tokens) { static BOOL firsttime = TRUE; static HMODULE hD3DXModule = NULL;