Refactored inventory some so that the UI is not so knowing of the internals.

This commit is contained in:
Zed A. Shaw 2025-02-23 23:57:46 -05:00
parent e0e7a1027c
commit 0878a9e978
8 changed files with 90 additions and 92 deletions

View file

@ -6,7 +6,7 @@
#include <vector>
#include <memory>
#include "spatialmap.hpp"
#include "dinky_components.hpp"
#include "components.hpp"
using std::shared_ptr;