Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 3:38:39 PM (16 years ago)
Author:
rgrieder
Message:
  • converted tabs to spaces in HUD
  • adjusted msvc project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/BarOverlayElement.cc

    r1406 r1410  
    2727
    2828#include "OrxonoxStableHeaders.h"
     29#include "BarOverlayElement.h"
     30
    2931#include <OgreOverlayManager.h>
    3032#include "GraphicsEngine.h"
    31 #include "BarOverlayElement.h"
    3233
    3334namespace orxonox
    3435{
    35   using namespace Ogre;
     36    using namespace Ogre;
    3637
    3738    BarOverlayElement::BarOverlayElement(const String& name):PanelOverlayElement(name){
     
    125126    }
    126127}
    127 
    128 
    129 
Note: See TracChangeset for help on using the changeset viewer.