diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-30 00:35:30 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-30 00:35:30 +0000 |
| commit | d60cc2aa2994f9e63d9570bea4fac8b8a9949b43 (patch) | |
| tree | bc333e74981e1a4bdae2bdc5faf31655033f653f /drawing/src/ofApp.h | |
| parent | 512d5703e4e1affc1dc5dcd9f2892ac5944c666f (diff) | |
much progress
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h index d1674c7..13b3a0b 100644 --- a/drawing/src/ofApp.h +++ b/drawing/src/ofApp.h @@ -7,7 +7,7 @@ #include "ofxSyphon.h" #include "ofxOpenCv.h" -#include "colourPolyline.h" +#include "ofxHelios.h" class ofApp : public ofBaseApp{ @@ -71,4 +71,6 @@ class ofApp : public ofBaseApp{ int dirIdx; ofFbo syphonFbo; + + ofxHelios laser; }; |
