Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2013, 5:35:30 PM (12 years ago)
Author:
zifloria
Message:

HUD + take damage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/InvaderShip.h

    r9793 r9828  
    6363
    6464            // *InvaderShip getShip(){return this;}
     65            virtual inline bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint);
    6566        private:
    6667            Camera* camera;
     
    7475            } velocity, desiredVelocity;
    7576
     77            WeakPtr<InvaderEnemy> lastEnemy;
     78
    7679    };
    7780}
Note: See TracChangeset for help on using the changeset viewer.