Porytiles
Loading...
Searching...
No Matches
porytiles_layout_component.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <vector>
5
8
9namespace porytiles2 {
10
12 std::vector<Metatile<Rgba32>> map_;
13 std::vector<Metatile<Rgba32>> border_;
14};
15
16} // namespace porytiles2