source:
code/branches/network/src/orxonox/objects/Tickable.cc
@
  905
        
        | Last change on this file since 905 was 871, checked in by landauf, 18 years ago | |
|---|---|
| File size: 249 bytes | |
| Line | |
|---|---|
| 1 | #include "core/CoreIncludes.h" | 
| 2 | #include "Tickable.h" | 
| 3 | |
| 4 | namespace orxonox | 
| 5 | { | 
| 6 | /** | 
| 7 | @brief Constructor: Registers the object in the Tickable-list | 
| 8 | */ | 
| 9 | Tickable::Tickable() | 
| 10 | { | 
| 11 | RegisterRootObject(Tickable); | 
| 12 | } | 
| 13 | } | 
Note: See TracBrowser
        for help on using the repository browser.
    


 
            







