summaryrefslogtreecommitdiff
path: root/include/gras/block.i
blob: 53458eb548bb34881d8ff0576bd3b14f6834ada5 (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>
%import <gras/tags.i>
%import <gras/sbuffer.i>
%include <gras/block.hpp>

#endif /*INCLUDED_GRAS_BLOCK_I*/