Fixed client movement.

This commit is contained in:
Jocke
2015-12-10 14:14:36 +01:00
parent 663aca2641
commit f377d9ba70
4 changed files with 234 additions and 196 deletions
@@ -7,9 +7,12 @@
#define BOARDSIZE 16
#define MAXCONNECTIONS 8
#define INPUTSIZE 128
#define PLAYERSPEED 0.2f;
typedef boost::shared_ptr<boost::asio::ip::udp::socket> socket_ptr;
typedef boost::shared_ptr<std::string> string_ptr;
typedef boost::shared_ptr<std::queue<string_ptr>> messageQueue_ptr;
#endif