Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2009, 10:58:53 PM (15 years ago)
Author:
rgrieder
Message:

Header file section clean up in orxonox/overlays (without stats). Also reduced dependencies as much as possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h

    r2087 r3144  
    3232#include "OrxonoxPrereqs.h"
    3333
     34#include <string>
    3435#include <OgrePrerequisites.h>
     36#include "objects/Tickable.h"
    3537#include "overlays/OrxonoxOverlay.h"
    36 #include "objects/Tickable.h"
    3738
    3839namespace orxonox
     
    4243    public:
    4344        HUDNavigation(BaseObject* creator);
    44         ~HUDNavigation();
     45        virtual ~HUDNavigation();
    4546
    4647        virtual void XMLPort(Element& xmlElement, XMLPort::Mode mode);
Note: See TracChangeset for help on using the changeset viewer.