Porytiles
Loading...
Searching...
No Matches
bgr_pal.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
6
7namespace porytiles {
8
9class BgrPal final {
10 std::vector<Bgr15> colors_;
11
12 public:
13 BgrPal() = default;
14};
15
16} // namespace porytiles