Porytiles
Loading...
Searching...
No Matches
porymap_layout_component.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <vector>
5
6namespace porytiles2 {
7
9 std::vector<int> map_;
10 std::vector<int> border_;
11};
12
13} // namespace porytiles2