#pragma once #ifndef PALETTEUTIL_H #define PALETTEUTIL_H #include #include namespace PaletteUtil { QList parse(QString filepath, bool *error); bool writeJASC(const QString &filepath, const QVector &colors, int offset, int nColors); } #endif // PALETTEUTIL_H