Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 4:05:15 PM (9 years ago)
Author:
binderm
Message:

Campaignmenu improved, it's now possible to only show single levels and not all together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bindermFS16/src/orxonox/overlays/CampaignMenu.h

    r11162 r11173  
    3232#include <string>
    3333#include "core/BaseObject.h"
     34#include "util/Singleton.h"
    3435
    35 
    36 namespace orxonox // tolua_export
    37 { // tolua_export
    38 
    39         class _OrxonoxExport CampaignMenu // tolua_export
    40          : public BaseObject
    41     { // tolua_export
     36//tolua_begin
     37namespace orxonox
     38{
     39//tolua_end
     40class _OrxonoxExport CampaignMenu : public BaseObject //tolua_export
     41    { //tolua_export
    4242    public:
    4343        CampaignMenu(Context* context);
    4444        ~CampaignMenu();
    45         static void test(); // tolua_export
    46         void loadNewMenu();
    47     };// tolua_export
    48 } // tolua_export
     45        static void test(); //tolua_export
     46        void loadnewmenu();
     47    }; //tolua_export
     48
     49
     50
     51} //tolua_export
    4952
    5053#endif /* _CampaignMenu_H__ */
Note: See TracChangeset for help on using the changeset viewer.