Cleanup.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* GameInput - An input event specific to a Game definied by an instrument and a button space. */
|
/* GameInput - An input event specific to a Game definied by an instrument and a button space. */
|
||||||
|
|
||||||
#ifndef GAMEINPUT_H
|
#ifndef GAME_INPUT_H
|
||||||
#define GAMEINPUT_H
|
#define GAME_INPUT_H
|
||||||
|
|
||||||
#include "EnumHelper.h"
|
#include "EnumHelper.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* InputFilter - Checks RageInput and generates a list of InputEvents, representing button presses, releases, and repeats. */
|
/* InputFilter - Checks RageInput and generates a list of InputEvents, representing button presses, releases, and repeats. */
|
||||||
|
|
||||||
#ifndef INPUTFILTER_H
|
#ifndef INPUT_FILTER_H
|
||||||
#define INPUTFILTER_H
|
#define INPUT_FILTER_H
|
||||||
|
|
||||||
#include "RageInputDevice.h"
|
#include "RageInputDevice.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* InputMapper - Holds user-chosen input preferences and saves it between sessions. */
|
/* InputMapper - Holds user-chosen input preferences and saves it between sessions. */
|
||||||
|
|
||||||
#ifndef INPUTMAPPER_H
|
#ifndef INPUT_MAPPER_H
|
||||||
#define INPUTMAPPER_H
|
#define INPUT_MAPPER_H
|
||||||
|
|
||||||
#include "RageInputDevice.h"
|
#include "RageInputDevice.h"
|
||||||
#include "GameInput.h"
|
#include "GameInput.h"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* InputQueue - Stores a list of the most recently pressed MenuInputs for each player. */
|
/* InputQueue - Stores a list of the most recently pressed MenuInputs for each player. */
|
||||||
|
|
||||||
#ifndef INPUTQUEUE_H
|
#ifndef INPUT_QUEUE_H
|
||||||
#define INPUTQUEUE_H
|
#define INPUT_QUEUE_H
|
||||||
|
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
#include "GameInput.h"
|
#include "GameInput.h"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* MenuInput - An input event specific to a menu navigation. This is generated based on a Game. */
|
/* MenuInput - An input event specific to a menu navigation. This is generated based on a Game. */
|
||||||
|
|
||||||
#ifndef MENUINPUT_H
|
#ifndef MENU_INPUT_H
|
||||||
#define MENUINPUT_H
|
#define MENU_INPUT_H
|
||||||
|
|
||||||
#include "PlayerNumber.h"
|
#include "PlayerNumber.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef STEPMANIA_H
|
#ifndef STEP_MANIA_H
|
||||||
#define STEPMANIA_H
|
#define STEP_MANIA_H
|
||||||
|
|
||||||
class Game;
|
class Game;
|
||||||
class RageTimer;
|
class RageTimer;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* StyleInput - An input event specific to a style that is defined by a player number and the player's note column. */
|
/* StyleInput - An input event specific to a style that is defined by a player number and the player's note column. */
|
||||||
|
|
||||||
#ifndef STYLEINPUT_H
|
#ifndef STYLE_INPUT_H
|
||||||
#define STYLEINPUT_H
|
#define STYLE_INPUT_H
|
||||||
|
|
||||||
#include "PlayerNumber.h"
|
#include "PlayerNumber.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user