dcc/3rd_party/libdisasm/x86_operand_list.h
Artur K 467ff56356 Added libdisasm to 3rd_party.
Started the move of 'prog' global into Project.
2012-03-17 21:36:10 +01:00

9 lines
134 B
C

#ifndef X86_OPERAND_LIST_H
#define X86_OPERAND_LIST_H
#include "libdis.h"
//x86_op_t * x86_operand_new( x86_insn_t *insn );
#endif