Matrix now just does the dumping but I need to make this more formal I think.
This commit is contained in:
parent
eb0ca38e30
commit
56b26e1c4a
9 changed files with 44 additions and 33 deletions
2
map.hpp
2
map.hpp
|
@ -26,8 +26,6 @@ struct Room {
|
|||
DEFINE_SERIALIZABLE(Room, x, y, width, height);
|
||||
};
|
||||
|
||||
void dump_map(const std::string &msg, Matrix &map, int show_x=-1, int show_y=-1);
|
||||
|
||||
class Map {
|
||||
public:
|
||||
size_t $width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue