Header guard.

This commit is contained in:
Steve Checkoway
2006-08-23 22:39:43 +00:00
parent 8cffb9666f
commit e319f9205e
+2 -2
View File
@@ -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 <map>