diff --git a/src/character_actor.hpp b/src/character_actor.hpp index ca434ae..9db7ddd 100644 --- a/src/character_actor.hpp +++ b/src/character_actor.hpp @@ -1,5 +1,5 @@ -#ifndef PLAYER_CHARACTER_HPP -#define PLAYER_CHARACTER_HPP +#ifndef CHARACTER_ACTOR_HPP +#define CHARACTER_ACTOR_HPP #include "character_data.hpp" #include "health.hpp" @@ -120,4 +120,4 @@ private: }; } -#endif // !PLAYER_CHARACTER_HPP +#endif // !CHARACTER_ACTOR_HPP