diff options
Diffstat (limited to 'Build/source/utils/asymptote/runtriple.h')
-rw-r--r-- | Build/source/utils/asymptote/runtriple.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runtriple.h b/Build/source/utils/asymptote/runtriple.h new file mode 100644 index 00000000000..aff21b39fc3 --- /dev/null +++ b/Build/source/utils/asymptote/runtriple.h @@ -0,0 +1,13 @@ +/***** Autogenerated from runtriple.in; changes will be overwritten *****/ + +#ifndef runtriple_H +#define runtriple_H +namespace run { +void tripleZero(vm::stack *); +void realRealRealToTriple(vm::stack *); +void tripleXPart(vm::stack *); +void tripleYPart(vm::stack *); +void tripleZPart(vm::stack *); +} + +#endif // runtriple_H |