Changeset 3290 for code/branches/core4/src/orxonox/interfaces
- Timestamp:
- Jul 14, 2009, 11:30:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 //----------------------------
Note: See TracChangeset
for help on using the changeset viewer.