- Timestamp:
- Apr 1, 2016, 7:38:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/bindermFS16/src/orxonox/overlays/CampaignMenu.h
r11150 r11162 33 33 #include "core/BaseObject.h" 34 34 35 namespace orxonox 36 { 37 class _OrxonoxExport CampaignMenu : public BaseObject 38 { 35 36 namespace orxonox // tolua_export 37 { // tolua_export 38 39 class _OrxonoxExport CampaignMenu // tolua_export 40 : public BaseObject 41 { // tolua_export 39 42 public: 40 43 CampaignMenu(Context* context); 41 44 ~CampaignMenu(); 42 void test(); 43 void loadnewmenu(); 44 }; 45 46 47 48 } 45 static void test(); // tolua_export 46 void loadNewMenu(); 47 };// tolua_export 48 } // tolua_export 49 49 50 50 #endif /* _CampaignMenu_H__ */
Note: See TracChangeset
for help on using the changeset viewer.