Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2008, 7:57:16 PM (15 years ago)
Author:
polakma
Message:

added firemodes and a lot of other things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h

    r2106 r2145  
    3535
    3636#include "LaserGunMunition.h"
    37 #include "tools/BillboardSet.h"
    3837#include "util/Math.h"
    3938
     
    4847            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4948
     49            void fire();
    5050            ColourValue LaserGun::getProjectileColour();
    5151
     
    5353            ColorValue projectileColor_;
    5454
    55 
    56 
    5755    };
    5856}
Note: See TracChangeset for help on using the changeset viewer.