summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runfile.h
blob: f523c58815ac45a31a7d579f389ce27aa9587565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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