Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2019, 4:04:33 PM (5 years ago)
Author:
pomselj
Message:

oxw file cleaned up

File:
1 edited

Legend:

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

    r12308 r12310  
    4141
    4242#include "worldentities/MovableEntity.h"
     43#include <bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h>
    4344
    4445
     
    132133            void setDefBoundarySound(const std::string& engineSound);
    133134            const std::string& getDefBoundarySound();
     135            void Bounce(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint);
     136            virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
    134137
    135138        private:
Note: See TracChangeset for help on using the changeset viewer.