summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runfile.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/asymptote/runfile.h
Initial commit
Diffstat (limited to 'graphics/asymptote/runfile.h')
-rw-r--r--graphics/asymptote/runfile.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/asymptote/runfile.h b/graphics/asymptote/runfile.h
new file mode 100644
index 0000000000..f523c58815
--- /dev/null
+++ b/graphics/asymptote/runfile.h
@@ -0,0 +1,34 @@
+/***** Autogenerated from runfile.in; changes will be overwritten *****/
+
+#ifndef runfile_H
+#define runfile_H
+namespace run {
+void nullFile(vm::stack *);
+void namePart(vm::stack *);
+void modePart(vm::stack *);
+void dimensionSetHelper(vm::stack *);
+void dimensionSet(vm::stack *);
+void dimensionPart(vm::stack *);
+void lineSetHelper(vm::stack *);
+void lineSet(vm::stack *);
+void linePart(vm::stack *);
+void csvSetHelper(vm::stack *);
+void csvSet(vm::stack *);
+void csvPart(vm::stack *);
+void wordSetHelper(vm::stack *);
+void wordSet(vm::stack *);
+void wordPart(vm::stack *);
+void singlerealSetHelper(vm::stack *);
+void singlerealSet(vm::stack *);
+void singlerealPart(vm::stack *);
+void singleintSetHelper(vm::stack *);
+void singleintSet(vm::stack *);
+void singleintPart(vm::stack *);
+void signedintSetHelper(vm::stack *);
+void signedintSet(vm::stack *);
+void signedintPart(vm::stack *);
+void readSetHelper(vm::stack *);
+void readSet(vm::stack *);
+}
+
+#endif // runfile_H