Porytiles
Loading...
Searching...
No Matches
rgba_metatile.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <array>
4
6
7namespace porytiles {
8
10 std::array<RgbaTile, 4> bottom;
11 std::array<RgbaTile, 4> middle;
12 std::array<RgbaTile, 4> top;
13
14 public:
15 RgbaMetatile() = default;
16};
17
18} // namespace porytiles