Orxonox  0.0.5 Codename: Arcturus
GravityBombMunition.h
Go to the documentation of this file.
1 /*
2  * GravityBombMunition.h
3  *
4  * Created on: Apr 16, 2015
5  * Author: meggiman
6  */
7 
8 #ifndef GRAVITYBOMBMUNITION_H_
9 #define GRAVITYBOMBMUNITION_H_
10 
11 #include "weapons/WeaponsPrereqs.h"
12 #include "weaponsystem/Munition.h"
13 
14 namespace orxonox
15 {
26  {
27  public:
28  GravityBombMunition(Context* context);
29  virtual ~GravityBombMunition() = default;
30  };
31 
32 }
33 
34 
35 #endif /* GRAVITYBOMBMUNITION_H_ */
This class is used to set the behaviour of various munition specific attributes of the GravityBomb li...
Definition: GravityBombMunition.h:25
Definition: Munition.h:48
Shared library macros, enums, constants and forward declarations for the weapons module ...
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Definition: Context.h:45
#define _WeaponsExport
Definition: WeaponsPrereqs.h:60