Make the FSM_STATE work better with optional loggins set by a define and standardize on using enum class by default.

This commit is contained in:
Zed A. Shaw 2024-09-16 06:53:49 -04:00
parent 8df6898d0b
commit 0aeb5b4ceb
8 changed files with 49 additions and 42 deletions

View file

@ -6,6 +6,8 @@
#include "game_engine.hpp"
#include <cassert>
#define FSM_DEBUG 1
const auto ERROR = fmt::emphasis::bold | fg(fmt::color::red);
using namespace fmt;