From 814dab606cfeeabd4aeecba852507c3c3f1a005f Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Thu, 4 Feb 2016 09:24:25 -0500 Subject: Volume Mixer --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index ea3b593..0a8ba20 100644 --- a/include/common.h +++ b/include/common.h @@ -126,6 +126,7 @@ extern unsigned int HLINE; extern float VOLUME_MASTER; extern float VOLUME_MUSIC; +extern float VOLUME_SFX; /** * A 'wrapper' for libc's srand(), as we hope to eventually have our own random number * generator. -- cgit v1.2.3