Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2010, 10:50:43 PM (14 years ago)
Author:
dafrick
Message:

Resolving some TODOs and doing some additional cleanup. Almost done now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestManager.h

    r7484 r7552  
    4747namespace orxonox  // tolua_export
    4848{  // tolua_export
     49
    4950    /**
    5051    @brief
    5152        Is a Singleton and manages @ref orxonox::Quest "Quests", by registering every @ref orxonox::Quest "Quest" / @ref orxonox::QuestHint "QuestHint" (through registerX()) and making them globally accessible (through findX()).
    5253        @ref orxonox::Quest "Quests" (and @ref orxonox::QuestHint "QuestHints") are registered in the QuestManager with their id, and can be accessed in the same way.
     54
    5355    @author
    5456        Damian 'Mozork' Frick
     57
     58    @ingroup Questsystem
    5559    */
    5660    class _QuestsystemExport QuestManager  // tolua_export
Note: See TracChangeset for help on using the changeset viewer.