diff options
Diffstat (limited to 'pacman-c++/server.h')
| -rw-r--r-- | pacman-c++/server.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h index 32bdf15..f7505a6 100644 --- a/pacman-c++/server.h +++ b/pacman-c++/server.h | |||
| @@ -28,10 +28,8 @@ protected: | |||
| 28 | /* calculate updates of current tick for sending to client */ | 28 | /* calculate updates of current tick for sending to client */ |
| 29 | Transmission::map_t calculateUpdates(); | 29 | Transmission::map_t calculateUpdates(); |
| 30 | 30 | ||
| 31 | QSharedPointer<ProtoBuf::MapUpdate> createUpdatePacket(Transmission::map_t); | ||
| 32 | |||
| 33 | /* update client maps */ | 31 | /* update client maps */ |
| 34 | void sendUpdate(QSharedPointer<ProtoBuf::MapUpdate>); | 32 | void sendUpdate(Transmission::map_t map); |
| 35 | 33 | ||
| 36 | QMap<Color::Color, QTcpSocket *> m_clientConnections; | 34 | QMap<Color::Color, QTcpSocket *> m_clientConnections; |
| 37 | 35 | ||
