Tried to use Ragel to create state machines but its lacking an incremental mode and doesn't do any logging of state activity so debugging is harder. Put it in scratchpad for reference though.

This commit is contained in:
Zed A. Shaw 2025-06-14 12:34:27 -04:00
parent 7fc32b0248
commit d99d9a68c8
10 changed files with 541 additions and 313 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include "events.hpp"
#include "fsm_events.hpp"
#include "simplefsm.hpp"
#include <SFML/Graphics.hpp>