diff options
Diffstat (limited to 'pacman-c++/server.h')
| -rw-r--r-- | pacman-c++/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h index dac5d1c..0f2879d 100644 --- a/pacman-c++/server.h +++ b/pacman-c++/server.h | |||
| @@ -34,6 +34,8 @@ protected: | |||
| 34 | /* update client maps */ | 34 | /* update client maps */ |
| 35 | void sendUpdate(Transmission::map_t map); | 35 | void sendUpdate(Transmission::map_t map); |
| 36 | 36 | ||
| 37 | QPoint addRandomPoint(Transmission::map_t map, Transmission::field_t type = Transmission::bonuspoint); | ||
| 38 | |||
| 37 | protected: | 39 | protected: |
| 38 | QMap<Color::Color, QTcpSocket *> m_clientConnections; | 40 | QMap<Color::Color, QTcpSocket *> m_clientConnections; |
| 39 | 41 | ||
