From 3004bca85c245c2ec77c4c1bd9343c96191c7ccf Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 1 Sep 2019 14:45:42 -0400 Subject: made all formatting match --- src/components/Player.hpp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/components/Player.hpp') diff --git a/src/components/Player.hpp b/src/components/Player.hpp index 6fb6311..5c1e870 100644 --- a/src/components/Player.hpp +++ b/src/components/Player.hpp @@ -18,17 +18,19 @@ * along with this program. If not, see . */ -#ifndef PLAYER_HPP_ -#define PLAYER_HPP_ +#ifndef COMPONENT_PLAYER_HPP_ +#define COMPONENT_PLAYER_HPP_ #include "Component.hpp" struct Player : Component, entityx::Component { - Player FromLua([[maybe_unused]] sol::object ref) - { - return *this; - } +public: + Player FromLua([[maybe_unused]] sol::object ref) + { + return *this; + } }; -#endif // PLAYER_HPP_ +#endif // COMPONENT_PLAYER_HPP_ + -- cgit v1.2.3