Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2008, 8:02:38 PM (16 years ago)
Author:
rgrieder
Message:
  • train riding doesn't have to be boring
  • added some license notes
  • removed certain header dependencies in audio
  • changed order of header file inclusion in orxonox and audio (coding style guide will be updated)
Location:
code/trunk/src/orxonox/hud
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/hud/HUD.cc

    r790 r1039  
    2727
    2828#include "OrxonoxStableHeaders.h"
     29#include "HUD.h"
    2930
    3031#include <OgreOverlayManager.h>
    3132#include <OgreOverlayElement.h>
    3233#include <OgreStringConverter.h>
    33 
    34 #include "HUD.h"
    3534
    3635
  • code/trunk/src/orxonox/hud/HUD.h

    r790 r1039  
    2929#define _HUD_H__
    3030
     31#include "OrxonoxPrereqs.h"
     32
    3133#include <string>
    3234
    3335#include <OgrePrerequisites.h>
    34 
    35 #include "../OrxonoxPrereqs.h"
    3636
    3737
Note: See TracChangeset for help on using the changeset viewer.