summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-06-20 20:08:21 +0300
committerProgramerus <alcadeias95@gmail.com>2012-06-20 20:08:21 +0300
commitd709f9ecaab46d98d439ab902869403530619d7f (patch)
treef7aee673b73a04751b82b4dc83c776a73acd9dd5 /src
parent81468f8dc9af3abcd014ec6db85310c101eb4e74 (diff)
downloadcolobot-d709f9ecaab46d98d439ab902869403530619d7f.tar.gz
colobot-d709f9ecaab46d98d439ab902869403530619d7f.tar.bz2
colobot-d709f9ecaab46d98d439ab902869403530619d7f.zip
.
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