summaryrefslogtreecommitdiff
path: root/include/gras/block.i
diff options
context:
space:
mode:
Diffstat (limited to 'include/gras/block.i')
-rw-r--r--include/gras/block.i15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/gras/block.i b/include/gras/block.i
new file mode 100644
index 0000000..e63ffdc
--- /dev/null
+++ b/include/gras/block.i
@@ -0,0 +1,15 @@
+// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information.
+
+#ifndef INCLUDED_GRAS_BLOCK_I
+#define INCLUDED_GRAS_BLOCK_I
+
+%{
+#include <gras/block.hpp>
+%}
+
+%include <gras/element.i>
+%include <gras/tags.i>
+%include <gras/sbuffer.hpp>
+%include <gras/block.hpp>
+
+#endif /*INCLUDED_GRAS_BLOCK_I*/