Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 3:04:50 PM (7 years ago)
Author:
rrogge
Message:

Singletonkram figured out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/src/modules/dialogue/DialogueManager.h

    r11413 r11415  
    1616
    1717
     18
     19
    1820namespace orxonox //tolua_export
    1921
    2022{//tolua_export
    2123        class _OrxonoxExport DialogueManager //tolua_export
    22         : public Singleton<DialogueManager>, public BaseObject
     24        : public Singleton<DialogueManager>
    2325        {//tolua_export
    2426                friend class Singleton<DialogueManager>;
     
    2729               
    2830
    29                 DialogueManager(Context* context);
     31                DialogueManager();
    3032               
    3133
     
    5658*/
    5759private:
     60        //NextQuestion currentQuestion;
    5861        std::string a1;
    5962        std::string a2;
Note: See TracChangeset for help on using the changeset viewer.