Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2007, 12:32:09 PM (16 years ago)
Author:
rgrieder
Message:
  • removed all the "using namespace Ogre" in the header files
  • cleaned up the orxonox.cc header a little bit (every Ogre class referenced is now included via header file)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/graphicsEngine.h

    r462 r609  
    1414namespace orxonox {
    1515
    16   using namespace Ogre;
    1716/**
    1817   * graphics engine manager class
     
    2726      bool load();
    2827      void loadRessourceLocations(std::string path);
    29       SceneManager* getSceneManager();
     28      Ogre::SceneManager* getSceneManager();
    3029      void startRender();
    3130
Note: See TracChangeset for help on using the changeset viewer.