X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcreature%2Fcreature.cpp;h=ff3a81c06c050b3a8013f5ddc6d44e06ef63696a;hb=refs%2Fheads%2Fmaster;hp=cb0f501eaece3e45d5500e3961acdc9486478362;hpb=7159e493b63552ec7de1fceec4abcb7e0e099ec0;p=blobs.git diff --git a/src/creature/creature.cpp b/src/creature/creature.cpp index cb0f501..ff3a81c 100644 --- a/src/creature/creature.cpp +++ b/src/creature/creature.cpp @@ -11,6 +11,7 @@ #include "Goal.hpp" #include "IdleGoal.hpp" #include "../app/Assets.hpp" +#include "../graphics/color.hpp" #include "../math/const.hpp" #include "../ui/string.hpp" #include "../world/Body.hpp" @@ -20,12 +21,16 @@ #include #include +#include #include #include #include #include +using blobs::graphics::hsl2rgb; +using blobs::graphics::rgb2hsl; + namespace blobs { namespace creature {