Basic layout for turn execution
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
#define CREATURELIB_TURNHANDLER_HPP
|
||||
|
||||
#include "ChoiceQueue.hpp"
|
||||
#include "../TurnChoices/AttackTurnChoice.hpp"
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
class Battle;
|
||||
|
||||
class TurnHandler {
|
||||
static void ExecuteChoice(const BaseTurnChoice* choice);
|
||||
|
||||
static void ExecuteAttackChoice(const AttackTurnChoice* choice);
|
||||
public:
|
||||
static void RunTurn(ChoiceQueue& queue);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user