diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-11-15 12:28:19 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-11-15 12:28:19 +0100 |
commit | b2527a9eaa7082c50ce6230e79df88edbced9abb (patch) | |
tree | ee6ab3ddc487600690f16b48137a97c72c396218 /common | |
parent | 2c6d82abe3c82041991066ca84ac067771756818 (diff) |
Implement server program flow around GameStart.
Diffstat (limited to 'common')
-rw-r--r-- | common/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/message.h b/common/message.h index bd68efe..6b2744d 100644 --- a/common/message.h +++ b/common/message.h @@ -107,7 +107,7 @@ namespace Message { class GameStart : public BoostBase { public: - typedef boost::shared_ptr<LoginResponse> p; + typedef boost::shared_ptr<GameStart> p; GameStart(); |