diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |