diff options
Diffstat (limited to 'tools/sprite_dumper/common.h')
| -rw-r--r-- | tools/sprite_dumper/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/sprite_dumper/common.h b/tools/sprite_dumper/common.h index d9fb5da..0c7eefe 100644 --- a/tools/sprite_dumper/common.h +++ b/tools/sprite_dumper/common.h | |||
| @@ -154,6 +154,8 @@ public: | |||
| 154 | } | 154 | } |
| 155 | } | 155 | } |
| 156 | 156 | ||
| 157 | explicit Palette(std::vector<Magick::Color> colors) : colors_(colors) {} | ||
| 158 | |||
| 157 | const std::vector<Magick::Color>& Colors() const { return colors_; } | 159 | const std::vector<Magick::Color>& Colors() const { return colors_; } |
| 158 | 160 | ||
| 159 | private: | 161 | private: |
