cutter/src/utils/Colors.h

15 lines
181 B
C
Raw Normal View History

2017-10-15 07:14:05 +00:00
#ifndef COLORS_H
#define COLORS_H
#include "cutter.h"
#include "libr/r_anal.h"
class Colors
{
public:
Colors();
static QString getColor(ut64 type);
};
#endif // COLORS_H