blob: 17a140968bf4e8cc3a36b6e62c61d4d773da0e51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
*
* swigrun.i
*
* Empty module (for now). Placeholder for runtime libs
* ----------------------------------------------------------------------------- */
%module swigrun
|