cutter/src/utils/Colors.h
2017-10-15 12:06:14 +02:00

15 lines
181 B
C++

#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