Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2009, 10:58:53 PM (16 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/ChatOverlay.h

    r2171 r3144  
    3232#include "OrxonoxPrereqs.h"
    3333
    34 #include <OgreTextAreaOverlayElement.h>
     34#include <string>
     35#include <list>
     36#include <OgreUTFString.h>
    3537
    3638#include "network/ChatListener.h"
     
    4345        public:
    4446            ChatOverlay(BaseObject* creator);
    45             ~ChatOverlay();
     47            virtual ~ChatOverlay();
    4648
    4749            void setConfigValues();
Note: See TracChangeset for help on using the changeset viewer.