Bring in basic placeholder assets for things like walls, souns, and font.

This commit is contained in:
Zed A. Shaw 2026-03-26 23:25:40 -04:00
parent e742b8772d
commit 8073997eb3
28 changed files with 7 additions and 76 deletions

View file

@ -7,7 +7,7 @@
#include "algos/maze.hpp"
#include "algos/stats.hpp"
#define DUMP 0
#define DUMP 1
using std::string;
using matrix::Matrix;