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
+7 -8
View File
@@ -1,15 +1,14 @@
#ifndef LOGIC_SCRIPTING_LUA_LIBENTITY_HPP_
#define LOGIC_SCRIPTING_LUA_LIBENTITY_HPP_
#include "api_lua.hpp"
#include "../../LevelController.hpp"
#include "../../../frontend/hud.hpp"
#include "../../../world/Level.hpp"
#include "../../../objects/Entities.hpp"
#include <optional>
#include "../../../frontend/hud.hpp"
#include "../../../objects/Entities.hpp"
#include "../../../world/Level.hpp"
#include "../../LevelController.hpp"
#include "api_lua.hpp"
namespace scripting {
extern Hud* hud;
}
@@ -20,4 +19,4 @@ inline std::optional<Entity> get_entity(lua::State* L, int idx) {
return level->entities->get(id);
}
#endif // LOGIC_SCRIPTING_LUA_LIBENTITY_HPP_
#endif // LOGIC_SCRIPTING_LUA_LIBENTITY_HPP_