]> git.tdb.fi Git - r2c2.git/blob - source/network/protocol.h
Don't crash if a train has no router
[r2c2.git] / source / network / protocol.h
1 #ifndef R2C2_NET_PROTOCOL_H_
2 #define R2C2_NET_PROTOCOL_H_
3
4 #include <msp/net/protocol.h>
5
6 namespace R2C2 {
7
8 class Protocol: public Msp::Net::Protocol
9 {
10 public:
11         Protocol();
12 };
13
14 } // namespace R2C2
15
16 #endif