Patronum
package.h
Go to the documentation of this file.
1 #ifndef PACKAGE_H
2 #define PACKAGE_H
3 
4 #include <QDataStream>
5 
6 namespace Patronum {
7 
8 enum class Command: char {
10  Features,
11  Feature,
13 };
14 
15 struct Package
16 {
18  char* data;
19 };
20 
21 }
22 
23 #endif // PACKAGE_H
Command
Definition: package.h:8
Command cmd
Definition: package.h:17