type check

This commit is contained in:
Bluub
2021-06-09 14:53:41 +02:00
parent 41ff375d6a
commit 5f7bcf2a8f
4 changed files with 26 additions and 10 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ namespace BBM
float z;
//! @brief Type of the block
MapGenerator::BlockType type;
int type;
//! @brief Constructor
MapInfo(Vector3f pos, MapGenerator::BlockType type);
@@ -29,7 +29,7 @@ namespace BBM
~MapInfo() = default;
//! @brief Default copy constructor
MapInfo(MapInfo &) = default;
MapInfo(const MapInfo &);
//! @brief Assignment operator
MapInfo &operator=(MapInfo &);