The log is now moved to the map, but changing StatusUI caused a weird compiler error so need to remove logs from that separate.

This commit is contained in:
Zed A. Shaw 2025-05-16 00:43:45 -04:00
parent a2246d2b71
commit d6e64dd06b
5 changed files with 40 additions and 29 deletions

View file

@ -1,6 +1,5 @@
#pragma once
#include "constants.hpp"
#include "stats.hpp"
#include "levelmanager.hpp"
#include "../fsm.hpp"
#include "gui/debug_ui.hpp"