Added separate interface file for idd.hpp

This commit is contained in:
gergely.erdelyi 2008-11-02 18:34:05 +00:00
parent 0b8d39d230
commit 23dcd0a165
2 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,7 @@ typedef long long longlong;
%pointer_class(sel_t, sel_pointer);
%include "ida.i"
%include "idd.hpp"
%include "idd.i"
%include "idp.i"
%include "netnode.i"
%include "nalt.i"

3
swig/idd.i Normal file
View File

@ -0,0 +1,3 @@
%ignore debugger_t;
%include "idd.hpp"