fix coding style

This commit is contained in:
Askou
2021-06-01 17:30:58 +02:00
parent 402b5386c5
commit 07f466ca67
2 changed files with 35 additions and 28 deletions
+1 -1
View File
@@ -28,7 +28,6 @@ namespace BBM
class MapGenerator
{
private:
using MapElem = std::function<void (Vector3f coords, std::shared_ptr<WAL::Scene> scene)>;
//! @brief Enum of the block available.
enum BlockType {
NOTHING,
@@ -41,6 +40,7 @@ namespace BBM
UNBREAKABLE
};
using MapElem = std::function<void (Vector3f coords, std::shared_ptr<WAL::Scene> scene)>;
using MapBlock = std::map<std::tuple<int, int, int>, BlockType>;
//! @brief Generate random block type