add header comments

This commit is contained in:
Chris Danford
2005-02-17 05:56:29 +00:00
parent 682bd1364c
commit 30587e9248
5 changed files with 10 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
/* ScreenSelectCharacter - Deprecated. Replaced by ScreenSelectMaster. */
#ifndef SCREEN_SELECT_CHARACTER_H
#define SCREEN_SELECT_CHARACTER_H
+2
View File
@@ -1,3 +1,5 @@
/* ScreenSelectDifficulty - Deprecated. Replaced by ScreenSelectMaster. */
#ifndef ScreenSelectDifficulty_H
#define ScreenSelectDifficulty_H
+1 -1
View File
@@ -1,4 +1,4 @@
/* ScreenSelectGroup - Set the current song group from a list. */
/* ScreenSelectGroup - Set the current song group from a list. Deprecated. Replaced by ScreenSelectMaster. */
#ifndef SCREEN_SELECT_GROUP_H
#define SCREEN_SELECT_GROUP_H
+2
View File
@@ -1,3 +1,5 @@
/* ScreenSelectStyle - Deprecated. Replaced by ScreenSelectMaster. */
#ifndef ScreenSelectStyle_H
#define ScreenSelectStyle_H
+3 -3
View File
@@ -1,7 +1,7 @@
/* ScreenStage - Shows the stage number. */
/* ScreenStage - Shows the stage number. Deprecated. Replaced by ScreenSplash */
#ifndef SCREEN_STAGE_H
#define SCREEN_STAGE_H
#ifndef ScreenStage_H
#define ScreenStage_H
#include "Screen.h"
#include "Transition.h"