File: mxBeeBase.i

package info (click to toggle)
egenix-mx-base 2.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,028 kB
  • ctags: 4,762
  • sloc: ansic: 14,965; python: 11,739; sh: 313; makefile: 117
file content (14 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SWIG interface for the mxBeeBase wrapper. */

%module mxBeeBase

%{
#include "mx.h"
#include "btr.h"
%}

/* My typemaps and the like... */
%include mxSWIG.i

/* Now get the interface file... */
%include mxBeeBase.swig