File: GAME.H | Size: 208 bytes | Download file | Back to directory listing | BWPOW's homepage
DATAFILE *data;
BITMAP *actual,*bmp1;
 
BITMAP *background;
 
typedef struct{
  char lives;
  int points;
}USER;
 
USER user;
 
typedef struct{
  char fx,fx_a;
  char back;
}ICFG;
 
ICFG icfg;