X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fnetwork%2Fpackets.h;fp=source%2Fnetwork%2Fpackets.h;h=8001b8c1baa721beab957a34459e843d3c063219;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=bb08941b49b1235d0e9529e57304e7126ded99b2;hpb=9b05c573a38639827697fe393d55b7c76f5bde45;p=r2c2.git diff --git a/source/network/packets.h b/source/network/packets.h index bb08941..8001b8c 100644 --- a/source/network/packets.h +++ b/source/network/packets.h @@ -1,16 +1,16 @@ /* $Id$ -This file is part of the MSP Märklin suite +This file is part of R²C² Copyright © 2009 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ -#ifndef MARKLINNET_PACKETS_H_ -#define MARKLINNET_PACKETS_H_ +#ifndef R2C2_NET_PACKETS_H_ +#define R2C2_NET_PACKETS_H_ #include -namespace Marklin { +namespace R2C2 { struct TrainInfoPacket { @@ -54,6 +54,6 @@ struct ErrorPacket std::string message; }; -} // namespace Marklin +} // namespace R2C2 #endif