]> git.tdb.fi Git - r2c2.git/blob - source/network/protocol.h
176fdad9e70cc12e62b71963383864bf646954df
[r2c2.git] / source / network / protocol.h
1 /* $Id$
2
3 This file is part of the MSP Märklin suite
4 Copyright © 2009  Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
6 */
7
8 #ifndef MARKLINNET_PROTOCOL_H_
9 #define MARKLINNET_PROTOCOL_H_
10
11 #include <msp/net/protocol.h>
12
13 namespace Marklin {
14
15 class Protocol: public Msp::Net::Protocol
16 {
17 public:
18         Protocol();
19 };
20
21 } // namespace Marklin
22
23 #endif