format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user