Continued refactoring, moving around code.
[aesalon.git] / include / common / NetworkPacket.h
blob63eda6eae8c6d4c6539ecbd3b867d5d5c69090e7
1 /**
2 Aesalon, a tool to visualize a program's behaviour at run-time.
3 Copyright (C) 2010, Aesalon Development Team.
5 Aesalon is distributed under the terms of the GNU GPLv3. For more
6 licensing information, see the file LICENSE included with the distribution.
8 @file include/common/NetworkPacket.h
12 #ifndef AesalonCommon_NetworkPacket_H
13 #define AesalonCommon_NetworkPacket_H
15 namespace Common {
17 class NetworkPacket {
18 public:
19 NetworkPacket();
20 ~NetworkPacket();
23 } // namespace Common
25 #endif