Changeset 1039 for code/trunk/src/orxonox/hud
- Timestamp:
- Apr 13, 2008, 8:02:38 PM (17 years ago)
- Location:
- code/trunk/src/orxonox/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/hud/HUD.cc
r790 r1039 27 27 28 28 #include "OrxonoxStableHeaders.h" 29 #include "HUD.h" 29 30 30 31 #include <OgreOverlayManager.h> 31 32 #include <OgreOverlayElement.h> 32 33 #include <OgreStringConverter.h> 33 34 #include "HUD.h"35 34 36 35 -
code/trunk/src/orxonox/hud/HUD.h
r790 r1039 29 29 #define _HUD_H__ 30 30 31 #include "OrxonoxPrereqs.h" 32 31 33 #include <string> 32 34 33 35 #include <OgrePrerequisites.h> 34 35 #include "../OrxonoxPrereqs.h"36 36 37 37
Note: See TracChangeset
for help on using the changeset viewer.