Changeset 618 for code/branches/FICN/src/orxonox/hud
- Timestamp:
- Dec 18, 2007, 4:47:58 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/hud/HUD.cc
r588 r618 1 1 #include "HUD.h" 2 #include <Ogre.h>3 #include <OIS/OIS.h>2 // #include <Ogre.h> 3 // #include <OIS/OIS.h> 4 4 //#include <CEGUI/CEGUI.h> 5 5 //#include <CEGUIRenderer.h> -
code/branches/FICN/src/orxonox/hud/HUD.h
r609 r618 2 2 #define MODULE_HUD_H 3 3 4 #include <Ogre.h>5 #include <OIS/OIS.h>4 // #include <Ogre.h> 5 // #include <OIS/OIS.h> 6 6 //#include <CEGUI/CEGUI.h> 7 7 //#include <CEGUIRenderer.h> 8 #include <OgreOverlayManager.h> 9 #include <OgreOverlayElement.h> 10 #include <OgreStringConverter.h> 8 11 9 12
Note: See TracChangeset
for help on using the changeset viewer.