Struct ColorHSV copied to color.h

dev-ui
Programerus 2012-06-20 20:01:05 +03:00
parent faf4bf9788
commit f244921ba9
1 changed files with 0 additions and 6 deletions

View File

@ -50,9 +50,3 @@ struct D3DVERTEX2
};
struct ColorHSV
{
float h,s,v;
};