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

#ifndef runmath_H
#define runmath_H
namespace run {
void boolMemEq(vm::stack *);
void boolMemNeq(vm::stack *);
void boolFuncEq(vm::stack *);
void boolFuncNeq(vm::stack *);
}

#endif // runmath_H