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