Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 1, 2009, 11:34:14 PM (15 years ago)
Author:
scheusso
Message:

member function calls should work now
argument transfer still untested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp2/src/orxonox/objects/Test.h

    r2944 r2948  
    3333#include "core/BaseObject.h"
    3434#include "network/synchronisable/Synchronisable.h"
     35#include "Tickable.h"
    3536
    3637
     
    4142namespace orxonox
    4243{
    43   class _OrxonoxExport Test: public BaseObject, public Synchronisable
     44  class _OrxonoxExport Test: public BaseObject, public Synchronisable, public Tickable
    4445  {
    4546    public:
     
    5152     
    5253      static void call(unsigned int clientID);
     54      virtual void tick(float dt);
    5355
    5456
Note: See TracChangeset for help on using the changeset viewer.