rnd-19980907
[rocksndiamonds.git] / src / main.h
index 11a80a88dfa3bbec349451fce56ade1fb7fc6226..be08fcdbb205d9baa2a1fe9a7ff8ea28c082efde 100644 (file)
@@ -271,13 +271,6 @@ extern XImage             *image[];
 extern Pixmap          clipmask[];
 extern Pixmap          pix[];
 
-
-extern Pixmap          test_pix[];
-extern Pixmap          test_clipmask[];
-extern int             test_picture_count;
-
-
-
 #ifdef XPM_INCLUDE_FILE
 extern XpmAttributes   xpm_att[];
 #endif
@@ -1000,7 +993,7 @@ extern char                *progname;
 #define LEVELREC_COOKIE_LEN    (strlen(LEVELREC_COOKIE)+1)
 #define JOYSTICK_COOKIE_LEN    (strlen(JOYSTICK_COOKIE)+1)
 
-#define VERSION_STRING         "1.1"
+#define VERSION_STRING         "1.2"
 #define GAMETITLE_STRING       "Rocks'n'Diamonds"
 #define WINDOWTITLE_STRING     GAMETITLE_STRING " " VERSION_STRING
 #define COPYRIGHT_STRING       "Copyright ^1995-98 by Holger Schemel"