no longer true
This commit is contained in:
@@ -14,8 +14,7 @@ struct ConfOption
|
|||||||
{
|
{
|
||||||
static ConfOption *Find( RString name );
|
static ConfOption *Find( RString name );
|
||||||
|
|
||||||
/* Name of this option. It's helpful to delimit this with newlines, as it'll
|
/* Name of this option. */
|
||||||
* be the default display title. */
|
|
||||||
RString name;
|
RString name;
|
||||||
typedef void (*MoveData_t)( int &sel, bool ToSel, const ConfOption *pConfOption );
|
typedef void (*MoveData_t)( int &sel, bool ToSel, const ConfOption *pConfOption );
|
||||||
MoveData_t MoveData;
|
MoveData_t MoveData;
|
||||||
|
|||||||
Reference in New Issue
Block a user