Blame view

tools/maca/swig/maca.i 191 Bytes
Jan Lupa authored
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SWIG_MACA_I
#define SWIG_MACA_I

%module maca
%{
  //
%}

%include <libcorpus2/unicodestring.i>
%include "plaintextreader.i"
%include "premorphtextreader.i"

#endif /* SWIG_MACA_I */