Orxonox  0.0.5 Codename: Arcturus
GravityBombFire.h
Go to the documentation of this file.
1 /*
2 * GravityBombFire.h
3 *
4 * Created on: Apr 16, 2015
5 * Author: Manuel Eggimann
6 */
7 
13 #ifndef _GravityBombFire_H__
14 #define _GravityBombFire_H__
15 
16 #include "weapons/WeaponsPrereqs.h"
18 
19 namespace orxonox
20 {
21 
31  {
32  public:
33  GravityBombFire(Context* context);
34  virtual ~GravityBombFire();
35 
36  virtual void fire() override;
37 
38  private:
39  static const float BOMB_VELOCITY;
40  };
41 }
42 
43 #endif /* _GravityBombFire_H__ */
Shared library macros, enums, constants and forward declarations for the weapons module ...
Fires the GravityBomb.
Definition: GravityBombFire.h:30
A WeaponMode defines how a Weapon is used.
Definition: WeaponMode.h:49
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Definition: Context.h:45
static const float BOMB_VELOCITY
The initial speed of the bomb when it is launched.
Definition: GravityBombFire.h:39
#define _WeaponsExport
Definition: WeaponsPrereqs.h:60