Changeset 3158 for code/branches/pch/src/orxonox/overlays/hud
- Timestamp:
- Jun 13, 2009, 5:05:38 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/overlays/hud
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/hud/AnnounceMessage.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include "objects/GametypeMessageListener.h" 36 35 #include "overlays/FadeoutText.h" -
code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc
r3144 r3158 29 29 #include "ChatOverlay.h" 30 30 31 #include <string> 31 32 #include <OgreTextAreaOverlayElement.h> 32 33 -
code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <list> 36 35 #include <OgreUTFString.h> -
code/branches/pch/src/orxonox/overlays/hud/DeathMessage.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include "objects/GametypeMessageListener.h" 36 35 #include "overlays/FadeoutText.h" -
code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.cc
r3144 r3158 29 29 #include "HUDNavigation.h" 30 30 31 #include <string> 31 32 #include <OgreOverlayManager.h> 32 33 #include <OgreTextAreaOverlayElement.h> -
code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <OgrePrerequisites.h> 36 35 #include "objects/Tickable.h" -
code/branches/pch/src/orxonox/overlays/hud/KillMessage.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include "objects/GametypeMessageListener.h" 36 35 #include "overlays/FadeoutText.h"
Note: See TracChangeset
for help on using the changeset viewer.