From 3dbac595be9c2d5e57a62576eb05ec264b994e07 Mon Sep 17 00:00:00 2001 From: Comment Date: Sat, 8 Dec 2012 10:55:47 +0000 Subject: reawakening project --- src/testApp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/testApp.h') 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; -- cgit v1.2.3