Changeset 2286 for code/branches/questsystem3/src/orxonox
- Timestamp:
- Nov 26, 2008, 7:01:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h
r2282 r2286 31 31 32 32 #include "OrxonoxPrereqs.h" 33 #include <OgreTextAreaOverlayElement.h> 33 34 34 35 #include "orxonox/overlays/OverlayText.h" … … 66 67 67 68 private: 68 std::string queueText_;69 Ogre::UTFString queueText_; 69 70 int length_; 70 71
Note: See TracChangeset
for help on using the changeset viewer.