Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 4:29:00 PM (17 years ago)
Author:
hejja
Message:

more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/world_entities/questGUI/quest.h

    r10167 r10222  
    2828   inline void setQuestDifficulty(const std::string& questDifficulty)    { this->questDifficulty = questDifficulty; }
    2929   inline const std::string& getQuestDifficulty()                        { return this->questDifficulty; }
     30   
     31   inline void setQuestPersons(const std::string& questPersons)          { this->questPersons = questPersons; }
     32   inline const std::string& getQuestPersons()                        { return this->questPersons; }
     33   
    3034   inline void setRewardDescription(const std::string& rewardDescription){ this->rewardDescription  = rewardDescription; }
    3135   inline const std::string& getRewardDescription()                      { return this->rewardDescription; }
     
    4246    std::string             questName;
    4347    std::string             questDescription;
     48    std::string             questPersons;
    4449    std::string             questPicture;
    4550    std::string             questDifficulty;
Note: See TracChangeset for help on using the changeset viewer.