Mercurial > mm7
view lib/swig/swigwin-2.0.11/example.i @ 1922:e60d9df73428
DrawIndoorPolygonSky
author | Ritor1 |
---|---|
date | Wed, 23 Oct 2013 17:13:23 +0600 |
parents | b3009adc0e2f |
children |
line wrap: on
line source
%module example %{ #include "example.h" %} int gcd(int x, int y); extern double Foo;