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