From 4f88849caf6533d965849952c9ea153fd8c518c5 Mon Sep 17 00:00:00 2001 From: totycro Date: Sat, 9 Apr 2011 19:20:13 +0200 Subject: first version of multiplayer --- pacman-c++/constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pacman-c++/constants.h') diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index 44999f7..d81f474 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h @@ -15,6 +15,9 @@ namespace Constants { const unsigned int sprite_margin = 2; const unsigned int sprite_offset = 20; const unsigned int tick = 250; // ms + + const unsigned int port = 7321; + const unsigned int connection_timeout = 3000; } namespace Color -- cgit v1.2.3