Tests are now clean so next step is to officially nuke the level manager.

This commit is contained in:
Zed A. Shaw 2025-08-20 00:48:20 -04:00
parent 564f9842a2
commit 5aca2fb56a
8 changed files with 47 additions and 72 deletions

View file

@ -2,7 +2,6 @@
#include <iostream>
#include "rituals.hpp"
#include "simplefsm.hpp"
#include "levelmanager.hpp"
#include "ai_debug.hpp"
TEST_CASE("ritual::Engine basic tests", "[rituals]") {