diff options
| author | Comment <tim@gray.(none)> | 2012-12-08 10:55:47 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-08 10:55:47 +0000 |
| commit | 3dbac595be9c2d5e57a62576eb05ec264b994e07 (patch) | |
| tree | f092aaffc35449a1998e77a8126497a4da97b295 /src/testApp.h | |
| parent | 11850d1ded455e135cfa42aa1598b89be9544807 (diff) | |
reawakening project
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; |
