added support for main menu titles in level and graphics config file
[rocksndiamonds.git] / src / libgame / system.h
index 2a888667737e51d03611383a6a0e8510663c70ad..d11f71b4bf56962f43c34efe73da8c9cd0230bf4 100644 (file)
@@ -874,6 +874,9 @@ struct FontBitmapInfo
   int src_x, src_y;            /* start position of font characters */
   int width, height;           /* width / height of font characters */
 
+  int offset_x;                        /* offset to next font character */
+  int offset_y;                        /* offset to next font character */
+
   int draw_xoffset;            /* offset for drawing font characters */
   int draw_yoffset;            /* offset for drawing font characters */
 
@@ -1197,6 +1200,11 @@ struct TreeInfo
   char *name_sorting;  /* optional sorting name for correct name sorting */
   char *author;                /* level or artwork author name */
   char *year;          /* optional year of creation for levels or artwork */
+
+  char *program_title;    /* optional alternative text for program title */
+  char *program_copyright; /* optional alternative text for program copyright */
+  char *program_company;   /* optional alternative text for program company */
+
   char *imported_from; /* optional comment for imported levels or artwork */
   char *imported_by;   /* optional comment for imported levels or artwork */
   char *tested_by;     /* optional comment to name people who tested a set */