- Timestamp:
- Aug 11, 2009, 12:33:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/interfaces/InterfaceCompilation.cc
r3327 r5619 40 40 #include "Tickable.h" 41 41 #include "TimeFactorListener.h" 42 #include "NotificationListener.h" 42 43 43 44 #include "core/CoreIncludes.h" … … 108 109 RegisterObject(Rewardable); 109 110 } 111 112 //---------------------------- 113 // NotificationListener 114 //---------------------------- 115 NotificationListener::NotificationListener() 116 { 117 RegisterObject(NotificationListener); 118 } 110 119 }
Note: See TracChangeset
for help on using the changeset viewer.