Working on a better character view.

This commit is contained in:
Zed A. Shaw 2025-05-16 01:22:12 -04:00
parent d6e64dd06b
commit 0eb245d113
10 changed files with 18 additions and 42 deletions

View file

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