Cereal works pretty well so I may use it, but there's one more library I want to try first called tser.

This commit is contained in:
Zed A. Shaw 2024-11-04 05:07:49 -05:00
parent ddf1ba955c
commit 713d400d17
9 changed files with 95 additions and 21 deletions

View file

@ -11,11 +11,6 @@
#define INV_SPACE 1
#define WALL_VALUE 1
#define SPACE_VALUE 0
#define WALL_TILE "█"
#define FLOOR_TILE "\u2849"
#define PLAYER_TILE "♣"
#define ENEMY_TILE "Ω"
#define BG_TILE L'█'
struct Room {
size_t x = 0;