Rendering code stripped out of the GUI code.
This commit is contained in:
parent
009b1e63a7
commit
9397af2a11
9 changed files with 239 additions and 203 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue