audio::reset_channel + minor refactor

This commit is contained in:
MihailRis
2024-03-05 00:19:46 +03:00
parent 9fbf46169f
commit 0ab39fa06f
9 changed files with 62 additions and 40 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#include <set>
#include "../typedefs.h"
using DrawGroups = std::set<unsigned char>;
using DrawGroups = std::set<ubyte>;
class Block;
class ItemDef;
@@ -134,4 +134,4 @@ public:
const std::unordered_map<std::string, std::unique_ptr<ContentPackRuntime>>& getPacks() const;
};
#endif // CONTENT_CONTENT_H_
#endif // CONTENT_CONTENT_H_