1 #include "common.h"
2 #include <X11/keysym.h>
3 #define MAX 100
4 
5 int tama_war(int x1 , int ty1 ,int x2 ,int ty2 ,int  color1 ,int color2) ;
6 void select_tama(int *r1 , int *r2 ) ,tama_show_title() ;
7 void submain() , scoredemo() ;
8 int getspeed() , tama_move_side() , tama_fall() , tama_pulas() ;
9 void tama_title() , tama_main() , tama_set() ;
10 void text_etc() , text_etc2() ;
11 int button();
12 int RAND() ;
13 
14 
15 extern void err_sys( char *ptr ) ;
16 extern void tama_moveside( int *tx1 , int *ty1 , int *tx2 , int *ty2 ,int dir , int color1 , int color2 ) ;
17 extern void tama_roll( int  *tx1 , int *ty1 , int *tx2 , int *ty2 , int dir , int color1 , int color2 ) ;
18 extern int writen() ;
19 extern void tama_scan() ;
20 extern void tama_score() , level_disp() ;
21 
22 
23