Changeset 1254 for code/branches/hud2/src/orxonox/hud/RadarOverlayElement.h
- Timestamp:
- May 11, 2008, 2:34:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud2/src/orxonox/hud/RadarOverlayElement.h
r1218 r1254 32 32 #include <string.h> 33 33 #include <OgreOverlayElement.h> 34 #include <OgrePanelOverlayElement.h> 35 34 36 #include <OgrePrerequisites.h> 35 37 #include "../OrxonoxPrereqs.h" … … 50 52 virtual void initialise(); 51 53 52 54 void initRadarOverlayElement(Real left, Real top, int dim, Ogre::OverlayContainer* container); 53 55 }; 54 56 }
Note: See TracChangeset
for help on using the changeset viewer.