From 3411448d999ce36b5fcb14ca4829435308cbd70a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 16 Apr 2012 18:35:55 +0100 Subject: player class --- gaunt01/src/bird.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gaunt01/src/bird.h') 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& players); + void update(const map& players); void draw(); void drawShadow(); -- cgit v1.2.3