summaryrefslogtreecommitdiff
path: root/bindings/swig/rawcom.i
blob: 5e9c17ba3209dfc6969da1a16a14b64b57224348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%{
#include "rawcom.h"
%}


%include "rawcom.h"



%extend sword::RawCom {
	static sword::RawCom *castTo(sword::SWModule *o) {
		return dynamic_cast<sword::RawCom*>(o);
	}
}