build time decreased

This commit is contained in:
MihailRis
2024-05-23 02:05:08 +03:00
parent 41ef80e938
commit 0ad3dd7ab8
15 changed files with 34 additions and 24 deletions
+2 -1
View File
@@ -1,7 +1,6 @@
#ifndef PLAYER_CONTROL_HPP_
#define PLAYER_CONTROL_HPP_
#include "../settings.hpp"
#include "../objects/Player.hpp"
#include <memory>
@@ -12,7 +11,9 @@
class Camera;
class Level;
class Block;
class Chunks;
class BlocksController;
struct CameraSettings;
class CameraControl {
std::shared_ptr<Player> player;