X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=d3dshader.hpp;h=64a878b39aa6b567f532a139ec2690ee93530bf7;hb=ab347b0a2d3d70a4524494cf14130cf3ed10947e;hp=fdde4e43da6d78b198a3339d3491ff8ebd5b8a07;hpb=1e5d421e42e2605939cfdb86e4479f7a1b0be8d8;p=apitrace diff --git a/d3dshader.hpp b/d3dshader.hpp index fdde4e4..64a878b 100644 --- a/d3dshader.hpp +++ b/d3dshader.hpp @@ -30,7 +30,9 @@ #include -void DumpShader(const DWORD *tokens); +#include "trace_writer.hpp" + +void DumpShader(Trace::Writer &writer, const DWORD *tokens); #endif /* _D3DSHADER_HPP_ */