Changeset 5633 for code/branches/libraries/src/orxonox/interfaces
- Timestamp:
- Aug 12, 2009, 1:32:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/interfaces/InterfaceCompilation.cc
r5619 r5633 30 30 @file 31 31 @brief 32 Compiles all the interfaces (except RadarViewable)with mostly just a constructor.32 Compiles all the interfaces in the orxonox library with mostly just a constructor. 33 33 */ 34 34 … … 38 38 #include "Rewardable.h" 39 39 #include "TeamColourable.h" 40 #include "Tickable.h"41 #include "TimeFactorListener.h"42 40 #include "NotificationListener.h" 43 41 … … 82 80 83 81 //---------------------------- 84 // TimeFactorListener85 //----------------------------86 float TimeFactorListener::timefactor_s = 1.0f;87 88 TimeFactorListener::TimeFactorListener()89 {90 RegisterRootObject(TimeFactorListener);91 }92 93 //----------------------------94 // Tickable95 //----------------------------96 /**97 @brief Constructor: Registers the object in the Tickable-list98 */99 Tickable::Tickable()100 {101 RegisterRootObject(Tickable);102 }103 104 //----------------------------105 82 // Rewardable 106 83 //----------------------------
Note: See TracChangeset
for help on using the changeset viewer.