summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/struct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/struct.h b/src/common/struct.h
index cae9f66..eb0078b 100644
--- a/src/common/struct.h
+++ b/src/common/struct.h
@@ -50,3 +50,7 @@ struct D3DVERTEX2
};
+struct ColorHSV
+{
+ float h,s,v;
+}; \ No newline at end of file