audio::reset_channel + minor refactor
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user