Rendering code stripped out of the GUI code.

This commit is contained in:
Zed A. Shaw 2024-10-30 18:54:51 -04:00
parent 009b1e63a7
commit 9397af2a11
9 changed files with 239 additions and 203 deletions

View file

@ -12,7 +12,7 @@ struct SoundPair {
struct SoundManager {
std::filesystem::path $base_path;
std::unordered_map<std::string, std::shared_ptr<SoundPair> > $sounds;
std::unordered_map<std::string, SoundPair* > $sounds;
SoundManager(std::string base_path);