summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runpair.h
blob: b53a7c02e9ea7028fb3fa0702d14aa217d263206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/***** Autogenerated from runpair.in; changes will be overwritten *****/

#ifndef runpair_H
#define runpair_H
namespace run {
void pairZero(vm::stack *);
void realRealToPair(vm::stack *);
void pairNegate(vm::stack *);
void pairXPart(vm::stack *);
void pairYPart(vm::stack *);
}

#endif // runpair_H