]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/color.h
Use new dragonnet (fixes IPv4/IPv6 problems)
[dragonblocks_alpha.git] / src / color.h
1 #ifndef _COLOR_H_
2 #define _COLOR_H_
3
4 #include "types.h"
5
6 v3f32 hsl_to_rgb(v3f32 hsl);
7
8 #endif // _COLOR_H_