ranges done, cool stuff

This commit is contained in:
2021-12-12 12:06:31 -05:00
parent f360be0c8d
commit d5fd89e228
5 changed files with 35 additions and 26 deletions

View File

@@ -10,8 +10,8 @@
#include <range/v3/view.hpp>
#ifndef RLA_IIPP_VISUALIZER_HPP
#define RLA_IIPP_VISUALIZER_HPP
#define MAP_SIZE_W 20
#define MAP_SIZE_H 20
#define MAP_SIZE_W 10
#define MAP_SIZE_H 10
#define TILE_WIDTH 48
#define TILE_HEIGHT 48
#define WALL_CHAR '#'