diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-16 18:35:55 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-16 18:35:55 +0100 |
| commit | 3411448d999ce36b5fcb14ca4829435308cbd70a (patch) | |
| tree | d102c6c3cea107f365328343c7b8d2258e3bf527 /gaunt01/src/bird.h | |
| parent | 5c0480c311760f800ccdff4868e8fe0746d8f2b5 (diff) | |
player class
Diffstat (limited to 'gaunt01/src/bird.h')
| -rw-r--r-- | gaunt01/src/bird.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gaunt01/src/bird.h b/gaunt01/src/bird.h index 140a102..a4ad1f4 100644 --- a/gaunt01/src/bird.h +++ b/gaunt01/src/bird.h @@ -28,6 +28,7 @@ #include "ofMain.h" #include "morphmesh.h" #include "normBindTexture.h" +#include "player.h" class bird @@ -35,7 +36,7 @@ class bird public: bird(); virtual ~bird(); - void update(const vector<ofVec3f>& players); + void update(const map<int,player>& players); void draw(); void drawShadow(); |
