Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/power_ups/turret_power_up.h

    r7954 r9869  
    1313
    1414class TurretPowerUp : public PowerUp {
     15  ObjectListDeclaration(TurretPowerUp);
    1516
    1617 public:
     
    2021  virtual void loadParams(const TiXmlElement* root);
    2122
    22   virtual void TurretPowerUp::collidesWith(WorldEntity* entity, const Vector& location);
     23  virtual void collidesWith(WorldEntity* entity, const Vector& location);
    2324  virtual void tick(float dt);
    2425  virtual void draw() const;
Note: See TracChangeset for help on using the changeset viewer.