Refactored boss fight to pull out the FSM code into boss::Fight.
This commit is contained in:
parent
3b11ed0a75
commit
61a40ae7cd
11 changed files with 127 additions and 94 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "events.hpp"
|
||||
#include "fsm_events.hpp"
|
||||
#include "gui/fsm_events.hpp"
|
||||
#include "simplefsm.hpp"
|
||||
#include <SFML/Graphics.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue