Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6371


Ignore:
Timestamp:
Dec 17, 2009, 4:39:34 PM (14 years ago)
Author:
rgrieder
Message:

Added tolua interface to GUIManager again. Found out it didn't have one anymore

Location:
code/branches/presentation2/src/libraries/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/CMakeLists.txt

    r6261 r6371  
    8989    Game.h
    9090    GameMode.h
     91    GUIManager.h
    9192    Loader.h
    9293    LuaState.h
  • code/branches/presentation2/src/libraries/core/GUIManager.h

    r6367 r6371  
    4444#include "input/InputHandler.h"
    4545
    46 namespace orxonox
    47 {
     46namespace orxonox // tolua_export
     47{ // tolua_export
    4848    class PlayerInfo; // Forward declaration
    4949
     
    5959        Those input events are then injected into CEGUI in Lua.
    6060    */
    61     class _CoreExport GUIManager : public Singleton<GUIManager>, public InputHandler
    62     {
     61    class _CoreExport GUIManager // tolua_export
     62        : public Singleton<GUIManager>, public InputHandler
     63    { // tolua_export
    6364        friend class Singleton<GUIManager>;
    6465    public:
     
    116117        bool                                 bShowIngameGUI_;
    117118
    118     };
    119 }
     119    }; // tolua_export
     120} // tolua_export
    120121
    121122#endif /* _GUIManager_H__ */
Note: See TracChangeset for help on using the changeset viewer.