Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2011, 10:56:57 PM (13 years ago)
Author:
rgrieder
Message:

Moved a few methods from header to source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/libraries/core/GUIManager.h

    r8423 r8669  
    3939
    4040#include <map>
    41 #include <set>
    4241#include <string>
    4342#include <CEGUIForwardRefs.h>
     
    5049#include "util/Singleton.h"
    5150#include "input/InputHandler.h"
    52 #include "Core.h"
    5351#include "OrxonoxClass.h"
    5452#include "WindowEventListener.h"
     
    104102        void setBackgroundImage(const std::string& image);
    105103
    106         /**
    107         @brief Helper method to get the developer's mode without having to export Core.h.
    108         @see Core::inDevMode
    109         */
    110         static bool inDevMode(void) { return Core::getInstance().inDevMode(); } // tolua_export
     104        static bool inDevMode(void); // tolua_export
    111105
    112106        //! Creates a new InputState to be used with a GUI Sheet
Note: See TracChangeset for help on using the changeset viewer.