1 #include "common.h"
2 
3 #define SEEK_LEFT 1
4 #define SEEK_LOWER 2
5 #define SEEK_RIGHT 4
6 #define SEEK_UPPER 8
7 
8 int tama_grow() ;
9 int seek( int x , int yy , int *rensa , int dir , int color ) ;
10 int state[8][12] ;
11 int statemask[8][12] ;
12 int miniball[8][12] ;
13 void  tama_rensa(int rensa) , tama_scan() ;
14 
15 
16 extern int tama_fall2( int x , int *y , int color ) ;
17 extern tama_score() ;
18