summaryrefslogtreecommitdiff
path: root/Build/source/utils/sam2p/main.hpp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-09 22:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-07-09 22:44:40 +0000
commit6684474324a04b457fe7019684c42eb68c4fea4b (patch)
tree63f0520f448252eb06342d5e0ea8e700c4976136 /Build/source/utils/sam2p/main.hpp
parentbb92d19047f4437f2d13091072ec63a5641dc43c (diff)
new graphics utility sam2p
git-svn-id: svn://tug.org/texlive/trunk@1792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/sam2p/main.hpp')
-rw-r--r--Build/source/utils/sam2p/main.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/utils/sam2p/main.hpp b/Build/source/utils/sam2p/main.hpp
new file mode 100644
index 00000000000..c940ddac559
--- /dev/null
+++ b/Build/source/utils/sam2p/main.hpp
@@ -0,0 +1,18 @@
+/* main.hpp -- provide functions for the GUI
+ * by pts@fazekas.hu at 2002.12.28
+ */
+
+#ifdef __GNUC__
+#pragma interface
+#endif
+
+#ifndef MAIN_HPP
+#define MAIN_HPP 1
+
+#include "gensi.hpp"
+
+extern void init_applier();
+extern void init_loader();
+extern void init_sam2p_engine(char const*argv0);
+
+#endif