From 392335ddba90464ffeebe1a59114858b350a2ea9 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 13 Dec 2010 07:34:19 +0100 Subject: Changed RoundEnd::yakus to std::pair. --- common/message.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'common/message.h') diff --git a/common/message.h b/common/message.h index cbb46a4..7cddbe3 100644 --- a/common/message.h +++ b/common/message.h @@ -244,20 +244,9 @@ namespace Message { } }; - struct Yaku { - std::string name; - int value; - - template - void serialize(Archive & ar, const unsigned int v) { - ar & name; - ar & value; - } - }; - RoundEnd() : Base(Types::RoundEnd) {} Tiles hand; - std::vector yakus; + std::vector > yakus; int total_han; int total_fu; int won; -- cgit v1.2.3