Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/playability/src/world_entities/weapons/medium_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: 314 bytes
Line 
1#include "medium_blaster.h"
2
3MediumBlaster::MediumBlaster (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 */
14MediumBlaster::~MediumBlaster()
15  {
16      // model will be deleted from WorldEntity-destructor
17  }
18
19
Note: See TracBrowser for help on using the repository browser.