format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#include "voxel.hpp"
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include "voxel.hpp"
|
||||
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#include "glm/gtx/hash.hpp"
|
||||
@@ -23,9 +24,8 @@ public:
|
||||
std::shared_ptr<Chunk> get(int x, int z) const;
|
||||
void store(const std::shared_ptr<Chunk>& chunk);
|
||||
void remove(int x, int y);
|
||||
void getVoxels(VoxelsVolume* volume, bool backlight=false) const;
|
||||
void getVoxels(VoxelsVolume* volume, bool backlight = false) const;
|
||||
std::shared_ptr<Chunk> create(int x, int z);
|
||||
};
|
||||
|
||||
|
||||
#endif // VOXELS_CHUNKSSTORAGE_HPP_
|
||||
#endif // VOXELS_CHUNKSSTORAGE_HPP_
|
||||
|
||||
Reference in New Issue
Block a user