fix: name of character actor include guard
This commit is contained in:
parent
f8ffa67a11
commit
71596133a5
|
@ -1,5 +1,5 @@
|
||||||
#ifndef PLAYER_CHARACTER_HPP
|
#ifndef CHARACTER_ACTOR_HPP
|
||||||
#define PLAYER_CHARACTER_HPP
|
#define CHARACTER_ACTOR_HPP
|
||||||
|
|
||||||
#include "character_data.hpp"
|
#include "character_data.hpp"
|
||||||
#include "health.hpp"
|
#include "health.hpp"
|
||||||
|
@ -120,4 +120,4 @@ private:
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // !PLAYER_CHARACTER_HPP
|
#endif // !CHARACTER_ACTOR_HPP
|
||||||
|
|
Loading…
Reference in a new issue