summaryrefslogtreecommitdiff
path: root/decoder/hg_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/hg_union.h')
-rw-r--r--decoder/hg_union.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/decoder/hg_union.h b/decoder/hg_union.h
new file mode 100644
index 00000000..34624246
--- /dev/null
+++ b/decoder/hg_union.h
@@ -0,0 +1,9 @@
+#ifndef _HG_UNION_H_
+#define _HG_UNION_H_
+
+class Hypergraph;
+namespace HG {
+ void Union(const Hypergraph& in, Hypergraph* out);
+};
+
+#endif