+static int row, column;
+static int dr = 0, dc = 0;
+static char destroyed;
+int ourclock = 120; /* time for all the flights in the game */
+static char cross = 0;
+static sig_t oldsig;
+
+static void blast(void);
+static void endfly(void);
+static void moveenemy(int);
+static void notarget(void);
+static void screen(void);
+static void succumb(int);
+static void target(void);