the final rename
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "Player.h"
|
||||
#include "Player.hpp"
|
||||
|
||||
#include "../content/ContentLUT.hpp"
|
||||
#include "../physics/Hitbox.h"
|
||||
#include "../physics/PhysicsSolver.h"
|
||||
#include "../voxels/Chunks.h"
|
||||
#include "../world/Level.h"
|
||||
#include "../physics/Hitbox.hpp"
|
||||
#include "../physics/PhysicsSolver.hpp"
|
||||
#include "../voxels/Chunks.hpp"
|
||||
#include "../world/Level.hpp"
|
||||
#include "../window/Events.hpp"
|
||||
#include "../window/Camera.hpp"
|
||||
#include "../items/Inventory.h"
|
||||
#include "../items/Inventory.hpp"
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user