diff options
author | Josh Blum | 2013-06-24 01:30:02 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-24 01:30:02 -0700 |
commit | c06fbef3cfa47fde6fec4786f0831c8452f877ac (patch) | |
tree | 0b6af6ef21c50be0718e968b2fc75a540c6afd28 /include/gras/top_block.i | |
parent | c2afec624b427034773bfafcfdcf9e3947822329 (diff) | |
download | sandhi-c06fbef3cfa47fde6fec4786f0831c8452f877ac.tar.gz sandhi-c06fbef3cfa47fde6fec4786f0831c8452f877ac.tar.bz2 sandhi-c06fbef3cfa47fde6fec4786f0831c8452f877ac.zip |
gras: fun w/ swig module work
Diffstat (limited to 'include/gras/top_block.i')
-rw-r--r-- | include/gras/top_block.i | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/gras/top_block.i b/include/gras/top_block.i new file mode 100644 index 0000000..040ed7c --- /dev/null +++ b/include/gras/top_block.i @@ -0,0 +1,19 @@ +// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. + +#ifndef INCLUDED_GRAS_TOP_BLOCK_I +#define INCLUDED_GRAS_TOP_BLOCK_I + +%module GRAS_TopBlock + +%{ +#include <gras/top_block.hpp> +%} + +%include <gras/exception.i> +%include <gras/gras.hpp> +%include <gras/block_config.hpp> +%import <gras/element.i> +%import <gras/hier_block.i> +%include <gras/top_block.hpp> + +#endif /*INCLUDED_GRAS_TOP_BLOCK_I*/ |