Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 2:43:20 PM (19 years ago)
Author:
bensch
Message:

added laser_cannon

File:
1 copied

Legend:

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

    r9127 r9131  
    2121
    2222
    23 #ifndef _TEST_GUN_H
    24 #define _TEST_GUN_H
     23#ifndef _LASER_CANNON_H
     24#define _LASER_CANNON_H
    2525
    2626#include "weapon.h"
     
    3535
    3636
    37 class TestGun : public Weapon
     37class LaserCannon : public Weapon
    3838  {
    3939  public:
    40     TestGun (int leftRight);
    41     TestGun (const TiXmlElement* root);
    42     virtual ~TestGun ();
     40    LaserCannon (int leftRight);
     41    LaserCannon (const TiXmlElement* root);
     42    virtual ~LaserCannon ();
    4343
    4444    void init();
     
    5757    int leftRight;   // this will become an enum
    5858  };
    59 #endif /* _TEST_GUN_H */
     59#endif /* _LASER_CANNON_H */
Note: See TracChangeset for help on using the changeset viewer.