- Timestamp:
- Apr 21, 2016, 4:05:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.