author | Don Pellegrino <don@drexel.edu> | 2009-06-16 23:28:25 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-06-16 23:28:25 (GMT) |
commit | 7fad2411ea4b5c1deb93541ea658079f8d148931 (patch) (unidiff) | |
tree | a98995fe43f164c36e5cd793de935bfeb9107a32 | |
parent | cd8e23c22e94a62a2b22d41808c83aa7cceb31f1 (diff) | |
download | exp005-7fad2411ea4b5c1deb93541ea658079f8d148931.zip exp005-7fad2411ea4b5c1deb93541ea658079f8d148931.tar.gz exp005-7fad2411ea4b5c1deb93541ea658079f8d148931.tar.bz2 |
DB2 generated header to match table definition.
-rw-r--r-- | src/controller/vis_sel_set.h | 13 |
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 @@ | |||
1 | struct | ||
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 | |||