diff options
Diffstat (limited to 'pacman-c++/util.h')
| -rw-r--r-- | pacman-c++/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h index 9812bc4..d20eaa5 100644 --- a/pacman-c++/util.h +++ b/pacman-c++/util.h | |||
| @@ -20,6 +20,7 @@ namespace Util | |||
| 20 | Transmission::field_t def = Transmission::none); | 20 | Transmission::field_t def = Transmission::none); |
| 21 | Actor::Movement transmissionMovementToActor(Transmission::field_t field, | 21 | Actor::Movement transmissionMovementToActor(Transmission::field_t field, |
| 22 | Actor::Movement def = Actor::None); | 22 | Actor::Movement def = Actor::None); |
| 23 | const QString colorToString(Color::Color color); | ||
| 23 | 24 | ||
| 24 | /* send packet with error check and flush */ | 25 | /* send packet with error check and flush */ |
| 25 | QSharedPointer<QByteArray> createPacket(const ::google::protobuf::MessageLite& packet); | 26 | QSharedPointer<QByteArray> createPacket(const ::google::protobuf::MessageLite& packet); |
