Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2008, 12:20:36 AM (16 years ago)
Author:
rgrieder
Message:
  • moved Tickable to objects again
  • network, audio and core now have their own tick routine
  • Sequence is defined in Orxonox.cc
File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/objects/Tickable.h

    r1510 r1524  
    4242#define _Tickable_H__
    4343
    44 #include "CorePrereqs.h"
     44#include "OrxonoxPrereqs.h"
    4545
    46 #include "OrxonoxClass.h"
     46#include "core/OrxonoxClass.h"
    4747
    4848namespace orxonox
    4949{
    5050    //! The Tickable interface provides a tick(dt) function, that gets called every frame.
    51     class _CoreExport Tickable : virtual public OrxonoxClass
     51    class _OrxonoxExport Tickable : virtual public OrxonoxClass
    5252    {
    5353        public:
     
    6363
    6464    //! The Tickable interface provides a tick(dt) function, that gets called every frame.
    65     class _CoreExport TickableReal : virtual public OrxonoxClass
     65    class _OrxonoxExport TickableReal : virtual public OrxonoxClass
    6666    {
    6767        public:
Note: See TracChangeset for help on using the changeset viewer.