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