Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2009, 11:41:48 PM (15 years ago)
Author:
dafrick
Message:

Some Quest stuff, and the rest for the GUIOverlay I failed to commit before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/quest/Quest.h

    r2911 r2963  
    118118            virtual bool isCompletable(const PlayerInfo* player) const = 0; //!< Checks whether the Quest can be completed.
    119119
    120             const Quest* getParentQuest(void); //!< Returns the parentquest of the Quest.
    121120            const Quest* getSubQuest(unsigned int index) const; //!<Returns the subquest at the given index.
    122121            const QuestHint* getHint(unsigned int index) const; //!< Returns the QuestHint at the given index.
Note: See TracChangeset for help on using the changeset viewer.