summaryrefslogtreecommitdiff
path: root/include/gras/block.i
blob: e63ffdcfc02c03e8186ffe767d9f3cfdc57e7dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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*/