From e319f9205ee1c7d8ff3c3b8609fd9db47bb58425 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 23 Aug 2006 22:39:43 +0000 Subject: [PATCH] Header guard. --- stepmania/src/NoteData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NoteData.h b/stepmania/src/NoteData.h index a374d461cc..12bf03cbc4 100644 --- a/stepmania/src/NoteData.h +++ b/stepmania/src/NoteData.h @@ -1,7 +1,7 @@ /* NoteData - Holds data about the notes that the player is supposed to hit. */ -#ifndef NOTEDATA_H -#define NOTEDATA_H +#ifndef NOTE_DATA_H +#define NOTE_DATA_H #include "NoteTypes.h" #include