Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/objects/Tickable.cc @ 871

Last change on this file since 871 was 871, checked in by landauf, 16 years ago

merged core branch to trunk

File size: 249 bytes
Line 
1#include "core/CoreIncludes.h"
2#include "Tickable.h"
3
4namespace 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.