summaryrefslogtreecommitdiff
path: root/gaunt01/src/bird.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-22 13:06:42 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-22 13:06:42 +0100
commit5606e9f56d1333c32fd711a74f372669948bae8d (patch)
tree287f5c28e9492663972cb1b5cdf04c6eb453fb4c /gaunt01/src/bird.h
parent11a2a8968984d35e59809d5c4ef602db9fac52dc (diff)
new media files
Diffstat (limited to 'gaunt01/src/bird.h')
-rw-r--r--gaunt01/src/bird.h4
1 files changed, 3 insertions, 1 deletions
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;