Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/playability/src/world_entities/weapons/heavy_blaster.cc @ 9972

Last change on this file since 9972 was 9972, checked in by marcscha, 17 years ago

CI of missing files (forgot to svn add them sorry)

File size: 309 bytes
Line 
1#include "heavy_blaster.h"
2
3HeavyBlaster::HeavyBlaster (const TiXmlElement* root = NULL)
4 : Weapon()
5  {
6    this->init();
7    if (root != NULL)
8      this->loadParams(root);
9  }
10
11/**
12 * Default destructor
13 */
14HeavyBlaster::~HeavyBlaster()
15  {
16      // model will be deleted from WorldEntity-destructor
17  }
18
19
Note: See TracBrowser for help on using the repository browser.