Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 3:12:29 PM (14 years ago)
Author:
scheusso
Message:

hide controller overlay when in gui mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/HumanController.h

    r6195 r6199  
    3535#include "Controller.h"
    3636
     37// tolua_begin
    3738namespace orxonox
    3839{
    39     class _OrxonoxExport HumanController : public Controller, public Tickable
    40     {
     40    class _OrxonoxExport HumanController
     41// tolua_end
     42        : public Controller, public Tickable
     43    { // tolua_export
    4144        public:
    4245            HumanController(BaseObject* creator);
     
    7578            static void killBots(unsigned int amount = 0);
    7679
    77             static void pauseControl();
    78             static void resumeControl();
     80            static void pauseControl(); // tolua_export
     81            static void resumeControl(); // tolua_export
    7982            virtual void doPauseControl() {};
    8083            virtual void doResumeControl() {};
     
    8992            static HumanController* localController_s;
    9093            bool controlPaused_;
    91     };
    92 }
     94    }; // tolua_export
     95} // tolua_export
    9396
    9497#endif /* _HumanController_H__ */
Note: See TracChangeset for help on using the changeset viewer.