Changeset 3290 for code/branches/core4/src/orxonox
- Timestamp:
- Jul 14, 2009, 11:30:05 AM (15 years ago)
- Location:
- code/branches/core4/src/orxonox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/GraphicsManager.cc
r3254 r3290 63 63 #include "core/Game.h" 64 64 #include "core/GameMode.h" 65 #include "core/WindowEventListener.h" 65 66 #include "tools/ParticleInterface.h" 66 #include "interfaces/WindowEventListener.h"67 67 68 68 // HACK! -
code/branches/core4/src/orxonox/gamestates/GSGraphics.h
r3274 r3290 39 39 40 40 #include "core/GameState.h" 41 #include " interfaces/WindowEventListener.h"41 #include "core/WindowEventListener.h" 42 42 43 43 namespace orxonox -
code/branches/core4/src/orxonox/interfaces/InterfaceCompilation.cc
r3196 r3290 40 40 #include "Tickable.h" 41 41 #include "TimeFactorListener.h" 42 #include "WindowEventListener.h"43 42 44 43 #include "core/CoreIncludes.h" … … 103 102 104 103 //---------------------------- 105 // WindowEventListener106 //----------------------------107 /**108 @brief Constructor for the WindowEventListener.109 */110 WindowEventListener::WindowEventListener()111 {112 RegisterRootObject(WindowEventListener);113 }114 115 //----------------------------116 104 // Rewardable 117 105 //---------------------------- -
code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.h
r3196 r3290 42 42 #include "util/OgreForwardRefs.h" 43 43 #include "core/BaseObject.h" 44 #include " interfaces/WindowEventListener.h"44 #include "core/WindowEventListener.h" 45 45 46 46 namespace orxonox -
code/branches/core4/src/orxonox/overlays/console/InGameConsole.h
r3274 r3290 36 36 #include "util/OgreForwardRefs.h" 37 37 #include "core/Shell.h" 38 #include " interfaces/WindowEventListener.h"38 #include "core/WindowEventListener.h" 39 39 40 40 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.