Changeset 1524 for code/branches/input/src/orxonox/hud
- Timestamp:
- Jun 3, 2008, 12:20:36 AM (17 years ago)
- Location:
- code/branches/input/src/orxonox/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/hud/HUD.h
r1505 r1524 36 36 #include <OgreTextAreaOverlayElement.h> 37 37 #include <OgreSceneNode.h> 38 #include " core/Tickable.h"38 #include "objects/Tickable.h" 39 39 #include "util/Math.h" 40 40 41 41 namespace orxonox 42 42 { 43 class _OrxonoxExport HUD : public Tickable 43 class _OrxonoxExport HUD : public TickableReal 44 44 { 45 45 private: -
code/branches/input/src/orxonox/hud/RadarOverlayElement.cc
r1505 r1524 35 35 36 36 #include "GraphicsEngine.h" 37 #include "core/Tickable.h"38 37 #include "core/ConsoleCommand.h" 38 #include "objects/Tickable.h" 39 39 #include "objects/SpaceShip.h" 40 40 #include "RadarObject.h"
Note: See TracChangeset
for help on using the changeset viewer.