11 lines
153 B
C
11 lines
153 B
C
|
|
#ifndef _CARD_DEFINE_H_
|
||
|
|
#define _CARD_DEFINE_H_
|
||
|
|
|
||
|
|
#define BJ_BIG_CARD_WIDTH 136
|
||
|
|
#define BJ_BIG_CARD_HEIGHT 181
|
||
|
|
|
||
|
|
#define BJ_HAND_CARD_SPACE 70
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|