From 5606e9f56d1333c32fd711a74f372669948bae8d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 22 Jun 2012 13:06:42 +0100 Subject: new media files --- gaunt01/src/bird.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gaunt01/src/bird.h') diff --git a/gaunt01/src/bird.h b/gaunt01/src/bird.h index 967e7bd..fdaf915 100644 --- a/gaunt01/src/bird.h +++ b/gaunt01/src/bird.h @@ -108,7 +108,9 @@ class bird float lastTime; - ofSoundPlayer* sounds; + ofSoundPlayer* aggressives; + ofSoundPlayer* chirps; + ofSoundPlayer* rattles; ofImage texture; -- cgit v1.2.3