Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 11:11:39 AM (5 years ago)
Author:
pomselj
Message:

We can shoot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.h

    r12366 r12368  
    111111       
    112112
    113             void Bounce(OrxoBloxStones* otherObject);
     113            void Bounce(WorldEntity* Stone);
    114114            void Collides(OrxoBloxStones* otherObject);
     115            bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
    115116
    116117            static const float MAX_REL_Z_VELOCITY;
Note: See TracChangeset for help on using the changeset viewer.