Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2008, 5:19:48 PM (16 years ago)
Author:
landauf
Message:

Super.h:

  • removed some commented lines
  • removed testfunction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/Projectile.h

    r1685 r1736  
    3232#include "OrxonoxPrereqs.h"
    3333
    34 #include "core/Super.h"
    3534#include "WorldEntity.h"
    3635#include "tools/Timer.h"
     
    4645            void destroyObject();
    4746            virtual void tick(float dt);
    48             virtual void testfunction();
    4947
    5048            static float getSpeed()
     
    6664            Timer<Projectile> destroyTimer_;
    6765    };
    68 
    69     SUPER_FUNCTION(0, Projectile, testfunction, false);
    7066}
    7167
Note: See TracChangeset for help on using the changeset viewer.