22 #ifndef SHERLOCK_TATTOO_WIDGET_TALK_H 23 #define SHERLOCK_TATTOO_WIDGET_TALK_H 25 #include "common/scummsys.h" 26 #include "sherlock/tattoo/widget_base.h" 34 enum Highlight { HL_NO_HIGHLIGHTING, HL_CHANGED_HIGHLIGHTS, HL_SCROLLBAR_ONLY };
40 struct StatementLine {
44 StatementLine() : _num(0) {}
45 StatementLine(
const Common::String &line,
int num) : _line(line), _num(num) {}
50 int _selector, _oldSelector;
57 void getTalkWindowSize();
62 void render(Highlight highlightMode);
68 void setStatementLines();
Definition: animation.h:29
Definition: sherlock.h:76