Changeset 3144 for code/branches/pch/src/orxonox/overlays/console
- Timestamp:
- Jun 10, 2009, 10:58:53 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/overlays/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/console/InGameConsole.cc
r3142 r3144 35 35 #include <OgreOverlayManager.h> 36 36 #include <OgreOverlayContainer.h> 37 #include <OgreBorderPanelOverlayElement.h> 38 #include <OgreTextAreaOverlayElement.h> 37 39 #include <OgreFontManager.h> 38 40 #include <OgreFont.h> -
code/branches/pch/src/orxonox/overlays/console/InGameConsole.h
r3142 r3144 32 32 33 33 #include "OrxonoxPrereqs.h" 34 #include <OgrePrerequisites.h>35 #include <OgreBorderPanelOverlayElement.h>36 #include <OgreTextAreaOverlayElement.h>37 34 35 #include <string> 38 36 #include "core/Shell.h" 39 #include "core/OrxonoxClass.h"40 37 #include "tools/WindowEventListener.h" 41 42 38 43 39 namespace orxonox 44 40 { 45 class _OrxonoxExport InGameConsole : virtual public OrxonoxClass,public ShellListener, public WindowEventListener41 class _OrxonoxExport InGameConsole : public ShellListener, public WindowEventListener 46 42 { 47 43 public: // functions
Note: See TracChangeset
for help on using the changeset viewer.