minor refactor
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "../voxels/Block.h"
|
||||
#include "../voxels/Chunk.h"
|
||||
#include "../voxels/voxel.h"
|
||||
#include "../window/Camera.h"
|
||||
#include "../window/Camera.hpp"
|
||||
#include "../world/World.h"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "settings_io.hpp"
|
||||
|
||||
#include "../window/Events.h"
|
||||
#include "../window/input.h"
|
||||
#include "../coders/toml.h"
|
||||
#include "../window/Events.hpp"
|
||||
#include "../window/input.hpp"
|
||||
#include "../coders/toml.hpp"
|
||||
#include "../coders/json.h"
|
||||
#include "../debug/Logger.hpp"
|
||||
#include "../settings.h"
|
||||
|
||||
Reference in New Issue
Block a user