diff options
Diffstat (limited to 'gaunt01/src/outsidePolygon.h')
| -rw-r--r-- | gaunt01/src/outsidePolygon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gaunt01/src/outsidePolygon.h b/gaunt01/src/outsidePolygon.h index 7616241..512e98b 100644 --- a/gaunt01/src/outsidePolygon.h +++ b/gaunt01/src/outsidePolygon.h @@ -2,4 +2,4 @@ #include "ofMain.h" -bool OutsidePolygon(vector<ofPoint>& polygon,ofPoint p)
\ No newline at end of file +bool OutsidePolygon(vector<ofPoint>& polygon,ofPoint p);
\ No newline at end of file |
