- Timestamp:
- Mar 6, 2016, 3:32:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ogre1.9/src/modules/overlays/hud/ChatOverlay.cc
r11083 r11129 30 30 31 31 #include <string> 32 #include <OgreTextAreaOverlayElement.h> 32 33 #if OGRE_VERSION >= 0x010900 34 # include <Overlay/OgreTextAreaOverlayElement.h> 35 #else 36 # include <OgreTextAreaOverlayElement.h> 37 #endif 33 38 34 39 #include "util/Convert.h"
Note: See TracChangeset
for help on using the changeset viewer.