Programerus 2012-06-20 20:08:21 +03:00
parent 81468f8dc9
commit d709f9ecaa
1 changed files with 4 additions and 0 deletions

View File

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