From 6e734a13d06422f46640e52476db1ffa0624a488 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 17 Aug 2006 18:47:39 +0000 Subject: [PATCH] Header guard. --- stepmania/src/ScreenGameplay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenGameplay.h b/stepmania/src/ScreenGameplay.h index a80b8a9432..e21ab8a96e 100644 --- a/stepmania/src/ScreenGameplay.h +++ b/stepmania/src/ScreenGameplay.h @@ -1,7 +1,7 @@ /* ScreenGameplay - The music plays, the notes scroll, and the Player is pressing buttons. */ -#ifndef ScreenGameplay_H -#define ScreenGameplay_H +#ifndef SCREEN_GAMEPLAY_H +#define SCREEN_GAMEPLAY_H #include "ScreenWithMenuElements.h" #include "Sprite.h"