Header guard.

This commit is contained in:
Steve Checkoway
2006-08-17 18:47:39 +00:00
parent 4746a7585f
commit 6e734a13d0
+2 -2
View File
@@ -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"