diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-05 14:00:51 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-05 14:00:51 +0100 |
| commit | f65006daf4979d82d67fd8c8a234d3913088821d (patch) | |
| tree | 104d30c316ca295cd4bad1110c7f341640112738 /gaunt01/src/trapdoor.h | |
| parent | 0c2a97dcc0fb370938dc0d2d3a27053c2c9cb31e (diff) | |
starting to implement bird
Diffstat (limited to 'gaunt01/src/trapdoor.h')
| -rw-r--r-- | gaunt01/src/trapdoor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gaunt01/src/trapdoor.h b/gaunt01/src/trapdoor.h index 5975498..389e4ad 100644 --- a/gaunt01/src/trapdoor.h +++ b/gaunt01/src/trapdoor.h @@ -30,6 +30,9 @@ class trapdoor void setBoundingRect(float x,float y, float width,float height); ofRectangle getBoundingRect(); + ofRectangle getInnerRect(); + void trigger(); + float getoffset(); protected: private: |
