view lib/swig/swigwin-2.0.11/example.i @ 1933:5fcf6023f9c3

DamageMonsterFromParty some additional vars removed, changed the ordering part to something more readable
author Grumpy7
date Wed, 23 Oct 2013 21:13:28 -0700
parents b3009adc0e2f
children
line wrap: on
line source

%module example
%{
#include "example.h"
%}
int gcd(int x, int y);
extern double Foo;