Porytiles
Loading...
Searching...
No Matches
porytiles_tileset.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
7
8namespace porytiles {
9
11 std::vector<RgbaMetatile> metatiles_;
12 std::vector<RgbaAnim> anims_;
13};
14
15} // namespace porytiles