mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
Merge pull request #10 from AaronWebster/patch-1
Change BlockType from struct to class
This commit is contained in:
commit
67f4324441
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace Resource {
|
|||
#define BLOCK_SPRUCE (1u << 4)
|
||||
#define BLOCK_WATER (1u << 5)
|
||||
|
||||
struct BlockType {
|
||||
class BlockType {
|
||||
private:
|
||||
static const std::unordered_map<std::string, BlockType> Types;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue