fix: name of character actor include guard

This commit is contained in:
Sara 2024-05-02 15:07:07 +02:00
parent f8ffa67a11
commit 71596133a5

View file

@ -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