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

#endif /*INCLUDED_GRAS_BLOCK_I*/