format: reformat project

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 19:53:48 +03:00
committed by Pugemon
parent 736cd175d5
commit bbf33e8e4d
202 changed files with 7389 additions and 5609 deletions
+4 -8
View File
@@ -3,9 +3,9 @@
#include <memory>
#include "PlayerController.hpp"
#include "BlocksController.hpp"
#include "ChunksController.hpp"
#include "PlayerController.hpp"
class Level;
class Player;
@@ -25,14 +25,10 @@ public:
/// @param delta time elapsed since the last update
/// @param input is user input allowed to be handled
/// @param pause is world and player simulation paused
void update(
float delta,
bool input,
bool pause
);
void update(float delta, bool input, bool pause);
void saveWorld();
void onWorldQuit();
Level* getLevel();
@@ -42,4 +38,4 @@ public:
PlayerController* getPlayerController();
};
#endif // LOGIC_LEVEL_CONTROLLER_HPP_
#endif // LOGIC_LEVEL_CONTROLLER_HPP_