Changeset 2234 for code/branches/buildsystem/src/orxonox/gui
- Timestamp:
- Nov 19, 2008, 9:18:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/orxonox/gui/GUIManager.h
r1755 r2234 42 42 #include "core/input/InputInterfaces.h" 43 43 44 namespace orxonox // tolua_export 45 { // tolua_export 44 // tolua_begin 45 namespace orxonox 46 { 46 47 /** 47 48 @brief 48 49 Provides a simple interface to CEGUI with tolua methods and console commands 49 50 */ 50 class _OrxonoxExport GUIManager : public KeyHandler, public MouseHandler 51 /* 52 class GUIManager { // tolua_export 53 */ 54 { 51 class _OrxonoxExport GUIManager 52 // tolua_end 53 : public KeyHandler, public MouseHandler 54 { // tolua_export 55 55 public: 56 56 enum State
Note: See TracChangeset
for help on using the changeset viewer.