blob: 4c9fc701a59d65c913be890ef93a009aeb2b9f6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information.
#ifndef INCLUDED_GRAS_HIER_BLOCK_I
#define INCLUDED_GRAS_HIER_BLOCK_I
%module GRAS_HierBlock
%{
#include <gras/hier_block.hpp>
%}
%include <gras/exception.i>
%import <gras/element.i>
%include <gras/hier_block.hpp>
#endif /*INCLUDED_GRAS_HIER_BLOCK_I*/
|