Changeset 3144 for code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.h
- Timestamp:
- Jun 10, 2009, 10:58:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.h
r2171 r3144 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <OgreTextAreaOverlayElement.h> 34 #include <string> 35 #include <list> 36 #include <OgreUTFString.h> 35 37 36 38 #include "network/ChatListener.h" … … 43 45 public: 44 46 ChatOverlay(BaseObject* creator); 45 ~ChatOverlay();47 virtual ~ChatOverlay(); 46 48 47 49 void setConfigValues();
Note: See TracChangeset
for help on using the changeset viewer.