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/QuestDescription.h

    r2911 r2963  
    4242#include "core/XMLPort.h"
    4343
     44// tolua_begin
    4445namespace orxonox
    4546{
     
    5556        Damian 'Mozork' Frick
    5657    */
    57     class _OrxonoxExport QuestDescription : public BaseObject
    58     {
     58    class _OrxonoxExport QuestDescription
     59// tolua_end
     60        : public BaseObject
     61    { // tolua_export
    5962        public:
    6063            QuestDescription(BaseObject* creator);
     
    6366            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method for creating a QuestDescription object through XML.
    6467
     68// tolua_begin
    6569            /**
    6670            @brief Returns the title.
     
    7680            inline const std::string & getDescription(void) const
    7781                { return this->description_; }
     82// tolua_end
    7883       
    7984            /**
     
    155160                { this->completeMessage_ = message; }
    156161
    157     };
     162    }; // tolua_export
    158163
    159 }
     164} // tolua_export
    160165
    161166#endif /* _QuestDescription_H__ */
Note: See TracChangeset for help on using the changeset viewer.