Working on a better character view.

This commit is contained in:
Zed A. Shaw 2025-05-16 01:22:12 -04:00
parent d6e64dd06b
commit 0eb245d113
10 changed files with 18 additions and 42 deletions

View file

@ -1,7 +1,7 @@
#include <catch2/catch_test_macros.hpp>
#include <fmt/core.h>
#include <string>
#include "../fsm.hpp"
#include "simplefsm.hpp"
using namespace fmt;
using std::string;