2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-09 12:59:06 +00:00
metaforce/hecl-gui/EscapeSequenceParser.hpp
2018-01-02 14:24:45 -10:00

11 lines
334 B
C++

#ifndef GUI_ESCAPESEQUENCEPARSER_HPP
#define GUI_ESCAPESEQUENCEPARSER_HPP
#include <QString>
#include <QTextCharFormat>
void ParseEscapeSequence(int attribute, QListIterator<QString>& i, QTextCharFormat& textCharFormat,
const QTextCharFormat& defaultTextCharFormat);
#endif // GUI_ESCAPESEQUENCEPARSER_HPP