Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2007, 11:12:29 AM (17 years ago)
Author:
rennerc
Message:

FPSSniperRifle uses BspWeapon now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/weapons/fps_sniper_rifle.h

    r9869 r10704  
    2525
    2626#include "weapon.h"
     27#include "bsp_weapon.h"
    2728
    2829
     
    4243
    4344  public:
    44     FPSSniperRifle (int leftRight);
     45    FPSSniperRifle (int leftRight, OM_LIST list);
    4546    FPSSniperRifle (const TiXmlElement* root);
    4647    virtual ~FPSSniperRifle ();
    4748
    48     void init();
     49    void init(OM_LIST list);
    4950    virtual void loadParams(const TiXmlElement* root);
    5051
     
    5556
    5657    virtual void draw() const;
     58    virtual void tick( float dt );
    5759
    5860
     
    6163    int              leftRight;   //!< this will become an enum
    6264    Material*        material;    //!< material
     65   
     66    BspWeapon*       weapon;
     67    bool             bFire;
    6368
    6469  };
Note: See TracChangeset for help on using the changeset viewer.