X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fdebugscript.h;fp=src%2Fdebugscript.h;h=369720106507f695ea2c5b26011b96f79a326ed9;hb=3917214a11bf76381ddc528e3fe51de9ec038d42;hp=9e4dce8423d9f7b202eabfe5e71063376e1aacfb;hpb=875df16552ba91c5eb4a7aaf3c48537b3d93b3fb;p=ipdf%2Fcode.git diff --git a/src/debugscript.h b/src/debugscript.h index 9e4dce8..3697201 100644 --- a/src/debugscript.h +++ b/src/debugscript.h @@ -30,6 +30,7 @@ private: AT_SetGPURendering, AT_EnableLazyRendering, AT_DisableLazyRendering, + AT_LoadSVG, AT_Quit }; @@ -41,6 +42,7 @@ private: Real z; int iz; int loops; + std::string filename; Action() : type(AT_WaitFrame), x(0), y(0), ix(0), iy(0), z(0), loops(0) {} };