source:
code/trunk/src/orxonox/objects/Tickable.cc
@
885
| Last change on this file since 885 was 871, checked in by landauf, 18 years ago | |
|---|---|
| File size: 249 bytes | |
| Rev | Line | |
|---|---|---|
| [852] | 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.










