summaryrefslogtreecommitdiffstats
path: root/ds9/library/source.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-11 16:57:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-11 16:57:18 (GMT)
commit6489dc12e00c3704176619f7e6a43369ae50b2ec (patch)
tree275f5a867166ed5fb012f8af4956ae7214bbc468 /ds9/library/source.tcl
parentd233cb16ebbd17b7b0279a369554531709e1e9e5 (diff)
downloadblt-6489dc12e00c3704176619f7e6a43369ae50b2ec.zip
blt-6489dc12e00c3704176619f7e6a43369ae50b2ec.tar.gz
blt-6489dc12e00c3704176619f7e6a43369ae50b2ec.tar.bz2
add ds9 rgb send parser
Diffstat (limited to 'ds9/library/source.tcl')
-rw-r--r--ds9/library/source.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/source.tcl b/ds9/library/source.tcl
index b5abccc..0623c54 100644
--- a/ds9/library/source.tcl
+++ b/ds9/library/source.tcl
@@ -348,6 +348,8 @@ source $ds9(root)/library/restoreparser.tcl
source $ds9(root)/library/restorelex.tcl
source $ds9(root)/library/rgbparser.tcl
source $ds9(root)/library/rgblex.tcl
+source $ds9(root)/library/rgbsendparser.tcl
+source $ds9(root)/library/rgbsendlex.tcl
source $ds9(root)/library/rgbarrayparser.tcl
source $ds9(root)/library/rgbarraylex.tcl
source $ds9(root)/library/rgbcubeparser.tcl