]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/creature.cpp
color conversion tests
[blobs.git] / src / creature / creature.cpp
index cb0f501eaece3e45d5500e3961acdc9486478362..e118451147fa0e3d88919ecd2a4b96e96698924d 100644 (file)
@@ -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"
@@ -26,6 +27,9 @@
 #include <iostream>
 #include <glm/gtx/io.hpp>
 
+using blobs::graphics::hsl2rgb;
+using blobs::graphics::rgb2hsl;
+
 
 namespace blobs {
 namespace creature {