diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-16 22:04:50 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-16 22:04:50 +0200 |
| commit | b8a8747208bf50520178a0398368fb54768483c4 (patch) | |
| tree | 075a68ea57db12fe8ccdcfef64d06e765287832c /chuck/lib.ck | |
| parent | 86dcfb27c1a126cbf3b6d0804cf0bf3d3a91b6a6 (diff) | |
| download | osc-graphics-b8a8747208bf50520178a0398368fb54768483c4.tar.gz | |
added chuck wrappers
Diffstat (limited to 'chuck/lib.ck')
| -rw-r--r-- | chuck/lib.ck | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chuck/lib.ck b/chuck/lib.ck new file mode 100644 index 0000000..a94550e --- /dev/null +++ b/chuck/lib.ck @@ -0,0 +1,10 @@ +"/usr/local" => string prefix; + +prefix+"/share/osc-graphics/chuck" => string path; + +path+"/OSCGraphicsLayer.ck" => Machine.add; +path+"/OSCGraphicsImage.ck" => Machine.add; +path+"/OSCGraphicsVideo.ck" => Machine.add; +path+"/OSCGraphicsBox.ck" => Machine.add; + +path+"/OSCGraphics.ck" => Machine.add; |
