summaryrefslogtreecommitdiff
path: root/common/action.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-23Changed the target in action from 2 ints into a vector<int>. Making it ↵Atle Hellvik Havsø1-6/+3
easier to scale when we start with kan and riichi. Signed-off-by: Atle Hellvik Havsø <atle@havso.net>
2010-11-23Added a second target to Action.Atle Hellvik Havsø1-0/+3
2010-11-20Made the Player class have a ID (That gets set during a game) which they add ↵Atle Hellvik Havsø1-0/+4
to the Action-message. So we can keep track of which player did what action. Signed-off-by: Atle Hellvik Havsø <atle@havso.net>
2010-11-19Add Action and State classes.Vegard Storheil Eriksen1-0/+36