summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-01-12 13:11:28 +0000
committerTim Redfern <tim@eclectronics.org>2012-01-12 13:11:28 +0000
commit1641253a1f8f6c5e7e7efa676c27e24c82893dfb (patch)
tree91e0404c771093e6aab5e9bf9d3bd1e21c9a4407 /src/testApp.h
parent6eb389d8c8b9a6f75e291d359a7708d2944a156d (diff)
fixed gymbal lock, light on-off
Diffstat (limited to 'src/testApp.h')
-rw-r--r--src/testApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h
index dadad43..07c043f 100644
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -62,4 +62,6 @@ class testApp : public ofBaseApp{
int mode;
ofxXmlSettings XML;
+
+ bool light;
};