summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/runmath.h')
-rw-r--r--Build/source/utils/asymptote/runmath.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runmath.h b/Build/source/utils/asymptote/runmath.h
new file mode 100644
index 00000000000..a9e030cb732
--- /dev/null
+++ b/Build/source/utils/asymptote/runmath.h
@@ -0,0 +1,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