ManaPlus
Data Structures | Variables
targettypemodel.h File Reference

(986a3bf)

#include "gui/models/listmodel.h"
#include "utils/gettext.h"

Go to the source code of this file.

Data Structures

class  TargetTypeModel
 

Variables

const char * TARGET_TYPE_TEXT [3]
 

Variable Documentation

◆ TARGET_TYPE_TEXT

const char* TARGET_TYPE_TEXT[3]
Initial value:
=
{
(const_cast <char*>( "No Target" )),
(const_cast <char*>( "Allow Target" )),
(const_cast <char*>( "Need Target" ))
}

Definition at line 29 of file targettypemodel.h.

Referenced by TargetTypeModel::getElementAt().