diff options
Diffstat (limited to 'src/packet.cpp')
-rw-r--r-- | src/packet.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/packet.cpp b/src/packet.cpp new file mode 100644 index 0000000..6283ce5 --- /dev/null +++ b/src/packet.cpp | |||
@@ -0,0 +1,10 @@ | |||
1 | #include "gats/packet.h" | ||
2 | |||
3 | Gats::Packet::Packet() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Gats::Packet::~Packet() | ||
8 | { | ||
9 | } | ||
10 | |||