blob: ef2738cf5f716cdb2020044c970b7e53e468559d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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>
%include <gras/tag_iter.i>
%import <gras/sbuffer.i>
%include <gras/buffer_queue.hpp>
%include <gras/block.hpp>
#endif /*INCLUDED_GRAS_BLOCK_I*/
|