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:
parent
7fc32b0248
commit
d99d9a68c8
10 changed files with 541 additions and 313 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
#include "events.hpp"
|
||||
#include "fsm_events.hpp"
|
||||
#include "simplefsm.hpp"
|
||||
#include <SFML/Graphics.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue