36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/actions/vis_sel_set.h b/src/controller/actions/vis_sel_set.h new file mode 100644 index 0000000..5df08f1 --- a/dev/null +++ b/src/controller/actions/vis_sel_set.h @@ -0,0 +1,12 @@ +struct +{ + struct + { + short length; + char data[255]; + } title; + sqlint32 id; + double r; + double g; + double b; +} vis_sel_set; |