Changeset 3181 for code/branches
- Timestamp:
- Jun 15, 2009, 9:40:19 PM (15 years ago)
- Location:
- code/branches/pch/src/orxonox
- Files:
-
- 1 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/interfaces/InterfaceCompilation.cc
r3177 r3181 36 36 #include "PawnListener.h" 37 37 #include "RadarListener.h" 38 #include "Rewardable.h" 38 39 #include "Teamcolourable.h" 39 40 #include "Tickable.h" … … 111 112 RegisterRootObject(WindowEventListener); 112 113 } 114 115 //---------------------------- 116 // Rewardable 117 //---------------------------- 118 Rewardable::Rewardable() 119 { 120 RegisterObject(Rewardable); 121 } 113 122 } -
code/branches/pch/src/orxonox/objects/quest/CMakeLists.txt
r2911 r3181 17 17 QuestManager.cc 18 18 QuestNotification.cc 19 Rewardable.cc20 19 )
Note: See TracChangeset
for help on using the changeset viewer.