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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h
index 1667334..d1674c7 100644
--- a/drawing/src/ofApp.h
+++ b/drawing/src/ofApp.h
@@ -61,4 +61,14 @@ class ofApp : public ofBaseApp{
ofxCvContourFinder contourFinder;
int threshold;
+
+ void serverAnnounced(ofxSyphonServerDirectoryEventArgs &arg);
+ void serverUpdated(ofxSyphonServerDirectoryEventArgs &args);
+ void serverRetired(ofxSyphonServerDirectoryEventArgs &arg);
+
+ ofxSyphonServerDirectory dir;
+ ofxSyphonClient client;
+ int dirIdx;
+
+ ofFbo syphonFbo;
};