Skip to content
Snippets Groups Projects
Commit 4b25a161 authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: 8c5a2b2bf03c5a079ddb3cc5c6334f7bf9299cc7
parent 47eab307
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,7 @@ libIRDB/include/core/reloc.hpp -text
libIRDB/include/core/scoop.hpp -text
libIRDB/include/core/type.hpp -text
libIRDB/include/core/variantid.hpp -text
libIRDB/include/decode/decode.hpp -text
libIRDB/include/decode/decode_bea.hpp -text
libIRDB/include/decode/decode_cs.hpp -text
libIRDB/include/decode/decode_meta.hpp -text
......
#ifndef libdecode_decode_hpp
#define libdecode_decode_hpp
#include <decode/decode_meta.hpp>
#include <decode/operand_meta.hpp>
namespace libIRDB
{
using namespace std;
using namespace libIRDB;
typedef DecodedInstructionMeta_t DecodedInstruction_t;
typedef DecodedOperandMeta_t DecodedOperand_t;
typedef DecodedOperandMetaVector_t DecodedOperandVector_t;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment