Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core/src/orxonox/objects/Tickable.cc @ 852

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

removed some includes of CoreIncludes.h from other .h files (included in .cc only)

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.