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

@ -13,6 +13,7 @@
#include "ai_debug.hpp"
#include "shiterator.hpp"
#include "rituals.hpp"
#include "battle.hpp"
#include <iostream>
using std::string;