diff options
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testApp.h b/src/testApp.h index 1bf2d7b..5ccf775 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -61,11 +61,11 @@ class testApp : public ofBaseApp{ void windowResized(int w, int h); void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); - + void doTransition(); float transTime; bool transition; - + void prevMovie(); void nextMovie(); @@ -106,9 +106,9 @@ class testApp : public ofBaseApp{ ofArduino ard; bool bSetupArduino; // flag variable for setting up arduino once int bSwitchArduino; - + //----------------avahi stuff - + ofxAvahiClientService avahiService; ofxTCPClient tcpClient; |
