From bab45528d65eaafe68a705dbb2a57075c7b7cbd8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 16 May 2009 00:19:13 +0000 Subject: asymptote 1.72 sources (not integrated into build yet) git-svn-id: svn://tug.org/texlive/trunk@13110 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/guideflags.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Build/source/utils/asymptote/guideflags.h (limited to 'Build/source/utils/asymptote/guideflags.h') diff --git a/Build/source/utils/asymptote/guideflags.h b/Build/source/utils/asymptote/guideflags.h new file mode 100644 index 00000000000..37131422d29 --- /dev/null +++ b/Build/source/utils/asymptote/guideflags.h @@ -0,0 +1,17 @@ +/***** + * guideflags.h + * Tom Prince 2004/5/12 + * + * These flags are used to indicate what specifications of the join are + * put on the stack. + *****/ +#ifndef GUIDEFLAGS_H +#define GUIDEFLAGS_H + +namespace camp { + +enum side { OUT, IN, END, JOIN }; + +} + +#endif //GUIDEFLAGS_H -- cgit v1.2.3