]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/common/color.h
Rework structure
[dragonblocks_alpha.git] / src / common / color.h
diff --git a/src/common/color.h b/src/common/color.h
new file mode 100644 (file)
index 0000000..ebf8d73
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _COLOR_H_
+#define _COLOR_H_
+
+#include "types.h"
+
+v3f32 hsl_to_rgb(v3f32 hsl);
+
+#endif // _COLOR_H_