Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fireall.h
Go to the documentation of this file.
1 #include "order.h"
2 namespace Orders
3 {
4 class FireAllYouGot : public Order
5 {
6 public: FireAllYouGot();
7  void Execute();
8 };
9 }
10