diff options
Diffstat (limited to 'gaunt01/src/bird.h')
| -rw-r--r-- | gaunt01/src/bird.h | 4 |
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; |
