summaryrefslogtreecommitdiff
path: root/drawing/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drawing/src/ofApp.h')
-rw-r--r--drawing/src/ofApp.h4
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;
};