From c772a3e5d8d9507b898813cdfb597c14b07cdc61 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 2 Feb 2021 20:18:41 -0500 Subject: Added "bumping into something while running" sfx --- src/party.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/party.h') diff --git a/src/party.h b/src/party.h index 2864073..59330c8 100644 --- a/src/party.h +++ b/src/party.h @@ -5,12 +5,14 @@ #include #include "game.h" +class Mixer; + class Party { public: void addMember(Game& game, int spriteId); - void move(Game& game, const Input& keystate); + void move(Game& game, Mixer& mixer, const Input& keystate); void beginCrouch(Game& game); -- cgit 1.4.1