add header comments
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
/* ScreenSelectCharacter - Deprecated. Replaced by ScreenSelectMaster. */
|
||||||
|
|
||||||
#ifndef SCREEN_SELECT_CHARACTER_H
|
#ifndef SCREEN_SELECT_CHARACTER_H
|
||||||
#define SCREEN_SELECT_CHARACTER_H
|
#define SCREEN_SELECT_CHARACTER_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
/* ScreenSelectDifficulty - Deprecated. Replaced by ScreenSelectMaster. */
|
||||||
|
|
||||||
#ifndef ScreenSelectDifficulty_H
|
#ifndef ScreenSelectDifficulty_H
|
||||||
#define ScreenSelectDifficulty_H
|
#define ScreenSelectDifficulty_H
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
#ifndef SCREEN_SELECT_GROUP_H
|
||||||
#define SCREEN_SELECT_GROUP_H
|
#define SCREEN_SELECT_GROUP_H
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
/* ScreenSelectStyle - Deprecated. Replaced by ScreenSelectMaster. */
|
||||||
|
|
||||||
#ifndef ScreenSelectStyle_H
|
#ifndef ScreenSelectStyle_H
|
||||||
#define ScreenSelectStyle_H
|
#define ScreenSelectStyle_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* ScreenStage - Shows the stage number. */
|
/* ScreenStage - Shows the stage number. Deprecated. Replaced by ScreenSplash */
|
||||||
|
|
||||||
#ifndef SCREEN_STAGE_H
|
#ifndef ScreenStage_H
|
||||||
#define SCREEN_STAGE_H
|
#define ScreenStage_H
|
||||||
|
|
||||||
#include "Screen.h"
|
#include "Screen.h"
|
||||||
#include "Transition.h"
|
#include "Transition.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user