diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-02 20:54:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-02 20:54:28 +0000 |
commit | 42f3026da4fb6ba350f688a92a783b868725c780 (patch) | |
tree | 594d732a4a023cb8aa54c8bc800a891de9d272c9 /Build/source/utils/asymptote/picture.h | |
parent | d48f0a35d1c944862c741b864aba469b2daf41f0 (diff) |
asy 1.88
git-svn-id: svn://tug.org/texlive/trunk@15588 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/picture.h')
-rw-r--r-- | Build/source/utils/asymptote/picture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/picture.h b/Build/source/utils/asymptote/picture.h index fb56a29cccc..a0fc352b641 100644 --- a/Build/source/utils/asymptote/picture.h +++ b/Build/source/utils/asymptote/picture.h @@ -93,7 +93,8 @@ public: double *diffuse, double *ambient, double *specular, bool viewportlighting, bool view); - bool shipout3(const string& prefix); // Embedded PRC + // PRC output + bool shipout3(const string& prefix, vm::array *index, vm::array *center); bool reloadPDF(const string& Viewer, const string& outname) const; |