Last change
on this file since 10422 was
10369,
checked in by meggiman, 10 years ago
|
Alle Klassen implementiert um die Waffe abzufeuern. Noch sehr fehlerhaft.
|
File size:
464 bytes
|
Rev | Line | |
---|
[10369] | 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 | { |
---|
| 16 | |
---|
| 17 | class _WeaponsExport GravityBombMunition : public Munition |
---|
| 18 | { |
---|
| 19 | public: |
---|
| 20 | GravityBombMunition(Context* context); |
---|
| 21 | virtual ~GravityBombMunition() {} |
---|
| 22 | }; |
---|
| 23 | |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | |
---|
| 27 | #endif /* GRAVITYBOMBMUNITION_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.