Move the management of the 'fake loose items container' into the loot_ui.cpp rather than get rid of it. Closes #34.

This commit is contained in:
Zed A. Shaw 2025-07-01 14:26:39 -04:00
parent efdb0cb119
commit b6d1ae2700
5 changed files with 24 additions and 24 deletions

View file

@ -49,7 +49,6 @@ namespace gui {
sf::Font $font;
gui::routing::Router $router;
DNDLoot $dnd_loot;
DinkyECS::Entity $temp_loot;
FSM();