level description.
Definition at line 9 of file LevelDesc.h.
Public Member Functions | |
LevelDesc (const std::string &lang, const std::string &levelname, const std::string &desc) | |
std::string | getLevelName () const |
std::string | getDesc () const |
|
Definition at line 12 of file LevelDesc.cpp. 00015 : Dialog(lang, "", desc) 00016 { 00017 m_levelname = levelname; 00018 }
|
|
Definition at line 17 of file LevelDesc.h. 00017 { return getSubtitle(); }
|
|
Definition at line 16 of file LevelDesc.h. 00016 { return m_levelname; }
|