summaryrefslogtreecommitdiff
path: root/polyTest/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-01-30 18:33:05 +0000
committerTim Redfern <tim@getdrop.com>2018-01-30 18:33:05 +0000
commitb1744ad133b8543a3072897602ee33f6781655da (patch)
treeed39a86086af69f8152aa443d972be3d590802a6 /polyTest/src/ofApp.h
parentbe4ddf70e5cc22e3ff0ce2c45348231887946e13 (diff)
making a warp
Diffstat (limited to 'polyTest/src/ofApp.h')
-rw-r--r--polyTest/src/ofApp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/polyTest/src/ofApp.h b/polyTest/src/ofApp.h
index 316649c..4066c30 100644
--- a/polyTest/src/ofApp.h
+++ b/polyTest/src/ofApp.h
@@ -3,7 +3,6 @@
#include "ofMain.h"
-
class ofApp : public ofBaseApp{
public:
@@ -31,5 +30,4 @@ class ofApp : public ofBaseApp{
ofPolyline polyLineTransform(const ofPolyline& poly, ofMatrix4x4 xform);
-
};