-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 @@ +struct +{ + struct + { + short length; + char data[255]; + } title; + sqlint32 id; + double r; + double g; + double b; +} vis_sel_set; + |