Changeset 9003 in orxonox.OLD for trunk/src/world_entities/weapons/fps_sniper_rifle.h
- Timestamp:
- Jul 2, 2006, 1:36:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/fps_sniper_rifle.h
r8894 r9003 35 35 36 36 37 class Material; 38 37 39 class FPSSniperRifle : public Weapon 38 40 { … … 50 52 virtual void fire(); 51 53 54 virtual void draw() const; 55 56 52 57 53 58 private: 54 int leftRight; // this will become an enum 59 int leftRight; //!< this will become an enum 60 Material* material; //!< material 55 61 56 62 };
Note: See TracChangeset
for help on using the changeset viewer.