format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#ifndef VOXELS_CHUNKSCONTROLLER_HPP_
|
||||
#define VOXELS_CHUNKSCONTROLLER_HPP_
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <memory>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
|
||||
class Level;
|
||||
class Chunk;
|
||||
class Chunks;
|
||||
@@ -31,4 +32,4 @@ public:
|
||||
void update(int64_t maxDuration);
|
||||
};
|
||||
|
||||
#endif // VOXELS_CHUNKSCONTROLLER_HPP_
|
||||
#endif // VOXELS_CHUNKSCONTROLLER_HPP_
|
||||
|
||||
Reference in New Issue
Block a user