src/Card.c
[NalaBridge.git] / src / Player.c
blob3a98e0ad3f6324768e6f20939220997f1a975588
1 /***************************************************************************
2 * Copyright (C) 2008 by NalaGinrut *
3 * suimualatsuki@163.com *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the *
17 * Free Software Foundation, Inc., *
18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19 ***************************************************************************/
21 #include "Player.h"
22 #include "Card.h"
24 //¹¹Ô캯ÊýµÄº¯ÊýÌ壻
25 void PlayerClass(player *p)
27 puts("Init Player Class");
28 //TODO
29 PlayerInit(p);
33 //Act½Ó¿ÚµÄº¯ÊýÌ壻
34 int PlayerBid(bider *b)
36 puts("Player Bid");
37 //TODO
40 int PlayerSend(card *c)
42 puts("Player Send");
43 //TODO
46 int PlayerEat(card *c)
48 puts("Player Eat");
49 //TODO
52 int PlayerRegret(player *p)
54 puts("Player Regret");
55 //TODO