cutter/src/utils/Colors.h
2017-10-15 13:38:28 +02:00

17 lines
305 B
C++

#ifndef COLORS_H
#define COLORS_H
#include "cutter.h"
#include "utils/RichTextPainter.h"
#include <r_anal.h>
class Colors
{
public:
Colors();
static void colorizeAssembly(RichTextPainter::List &list, QString opcode, ut64 type_num);
static QString getColor(ut64 type);
};
#endif // COLORS_H