Rework the source so that battle is in its own thing to work on.

This commit is contained in:
Zed A. Shaw 2025-04-07 10:35:30 -04:00
parent e6a8a8b338
commit ca328e10dc
7 changed files with 69 additions and 57 deletions

View file

@ -1,6 +1,7 @@
#include <catch2/catch_test_macros.hpp>
#include <iostream>
#include "rituals.hpp"
#include "battle.hpp"
#include "fsm.hpp"
#include "dinkyecs.hpp"