Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5435 in orxonox.OLD for trunk/src/world_entities/player.h


Ignore:
Timestamp:
Oct 25, 2005, 5:31:54 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: power-ups implemented (simple-mode)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.h

    r5257 r5435  
    4141    virtual void postSpawn();
    4242    virtual void leftWorld();
    43     virtual void hit(WorldEntity* weapon, Vector* loc);
    44     virtual void collide(WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags);
    4543
     44    virtual void collidesWith(WorldEntity* entity, const Vector& location);
    4645    virtual void tick(float time);
    4746    virtual void draw();
     
    5453    void weaponAction();
    5554
     55    // !! temporary !!
     56    void ADDWEAPON();
    5657
    5758  private:
Note: See TracChangeset for help on using the changeset viewer.