remove old ctor
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
#ifndef MENU_INPUT_H
|
#ifndef MENU_INPUT_H
|
||||||
#define MENU_INPUT_H
|
#define MENU_INPUT_H
|
||||||
|
|
||||||
#include "PlayerNumber.h"
|
|
||||||
|
|
||||||
enum MenuButton
|
enum MenuButton
|
||||||
{
|
{
|
||||||
MENU_BUTTON_LEFT = 0,
|
MENU_BUTTON_LEFT = 0,
|
||||||
@@ -27,7 +25,6 @@ const RString &MenuButtonToLocalizedString( MenuButton mb );
|
|||||||
struct MenuInput
|
struct MenuInput
|
||||||
{
|
{
|
||||||
MenuInput() { MakeInvalid(); };
|
MenuInput() { MakeInvalid(); };
|
||||||
MenuInput( PlayerNumber pn, MenuButton b ) { button = b; };
|
|
||||||
MenuInput( MenuButton b ) { button = b; }
|
MenuInput( MenuButton b ) { button = b; }
|
||||||
|
|
||||||
MenuButton button;
|
MenuButton button;
|
||||||
|
|||||||
Reference in New Issue
Block a user