From 0306efd64b72eb08c25a7c1dbf20b0733b023d34 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Feb 2004 22:25:07 +0000 Subject: [PATCH] fix include barrier --- stepmania/src/RageSounds.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageSounds.h b/stepmania/src/RageSounds.h index 5c18aba300..ba5e7df339 100644 --- a/stepmania/src/RageSounds.h +++ b/stepmania/src/RageSounds.h @@ -1,4 +1,5 @@ -#ifndef RAGE_MUSIC_H +#ifndef RAGE_SOUNDS_H +#define RAGE_SOUNDS_H /* This contains all of the generally useful user-level SOUNDMAN calls, as well * as some other simple helper stuff. Don't include RageSoundManager for normal