summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/vis_sel_set.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/controller/vis_sel_set.h b/src/controller/vis_sel_set.h
new file mode 100644
index 0000000..7c66a93
--- a/dev/null
+++ b/src/controller/vis_sel_set.h
@@ -0,0 +1,13 @@
1struct
2{
3 struct
4 {
5 short length;
6 char data[255];
7 } title;
8 sqlint32 id;
9 double r;
10 double g;
11 double b;
12} vis_sel_set;
13

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.