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:
parent
8df6898d0b
commit
0aeb5b4ceb
8 changed files with 49 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue