Wrapped allins.hpp, which contains all the instruction type codes

This commit is contained in:
gergely.erdelyi 2008-07-17 18:46:46 +00:00
parent a8f6676623
commit af27d1a6dd
2 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,7 @@ SRCDIST_MANIFEST = [
"python.cpp",
"basetsd.h",
"build.py",
"swig/allins.i",
"swig/auto.i",
"swig/bytes.i",
"swig/dbg.i",

View File

@ -10,6 +10,8 @@
#define _SSIZE_T_DEFINED 1
#endif
#include "ida.hpp"
#include "idp.hpp"
#include "allins.hpp"
#include "auto.hpp"
#include "bytes.hpp"
#include "dbg.hpp"
@ -21,7 +23,6 @@
#include "fixup.hpp"
#include "funcs.hpp"
#include "idd.hpp"
#include "idp.hpp"
#include "ints.hpp"
#include "kernwin.hpp"
#include "lines.hpp"
@ -76,6 +77,7 @@ typedef long long longlong;
%include "idd.hpp"
%include "idp.i"
%include "allins.i"
%include "area.hpp"
%include "auto.i"
%include "bytes.i"