Changeset 11173 for code/branches/bindermFS16/src/orxonox/overlays
- Timestamp:
- Apr 21, 2016, 4:05:15 PM (9 years ago)
- Location:
- code/branches/bindermFS16/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/bindermFS16/src/orxonox/overlays/CampaignMenu.cc
r11162 r11173 33 33 #include "core/GameMode.h" 34 34 35 35 36 namespace orxonox 36 37 { 38 39 37 40 RegisterClass(CampaignMenu); 38 41 … … 52 55 } 53 56 54 //loads the campaign menu 55 void CampaignMenu::loadNewMenu() 57 58 //loads the new campaign menu 59 void CampaignMenu::loadnewmenu() 56 60 { 57 61 -
code/branches/bindermFS16/src/orxonox/overlays/CampaignMenu.h
r11162 r11173 32 32 #include <string> 33 33 #include "core/BaseObject.h" 34 #include "util/Singleton.h" 34 35 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 37 namespace orxonox 38 { 39 //tolua_end 40 class _OrxonoxExport CampaignMenu : public BaseObject //tolua_export 41 { //tolua_export 42 42 public: 43 43 CampaignMenu(Context* context); 44 44 ~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 49 52 50 53 #endif /* _CampaignMenu_H__ */
Note: See TracChangeset
for help on using the changeset viewer.