source:
code/trunk/src/orxonox/objects/Tickable.cc
@
882
Last change on this file since 882 was 871, checked in by landauf, 17 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.