updated contact info in source file headers
[rocksndiamonds.git] / src / conf_var.c
index 7710041e25ecd28957798819f65bfca47e2bc355..d594cf48063b96727ea7f95da887dc166ebdf2e2 100644 (file)
@@ -1,15 +1,13 @@
-/***********************************************************
-* Rocks'n'Diamonds -- McDuffin Strikes Back!               *
-*----------------------------------------------------------*
-* (c) 1995-2006 Artsoft Entertainment                      *
-*               Holger Schemel                             *
-*               Detmolder Strasse 189                      *
-*               33604 Bielefeld                            *
-*               Germany                                    *
-*               e-mail: info@artsoft.org                   *
-*----------------------------------------------------------*
-* conf_var.c                                               *
-***********************************************************/
+// ============================================================================
+// Rocks'n'Diamonds - McDuffin Strikes Back!
+// ----------------------------------------------------------------------------
+// (c) 1995-2014 by Artsoft Entertainment
+//                         Holger Schemel
+//                 info@artsoft.org
+//                 http://www.artsoft.org/
+// ----------------------------------------------------------------------------
+// conf_var.c
+// ============================================================================
 
 /* ----- this file was automatically generated -- do not edit by hand ----- */
 
@@ -1300,6 +1298,14 @@ struct TokenIntPtrInfo image_config_vars[] =
     "menu.draw_yoffset.SETUP[INPUT]",
     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_INPUT]
   },
+  {
+    "menu.draw_xoffset.SETUP[TOUCH]",
+    &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_TOUCH]
+  },
+  {
+    "menu.draw_yoffset.SETUP[TOUCH]",
+    &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_TOUCH]
+  },
   {
     "menu.draw_xoffset.SETUP[SHORTCUTS]",
     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS]
@@ -5804,6 +5810,22 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.button.sound_simple.y",
     &game.button.sound_simple.y
   },
+  {
+    "game.button.save.x",
+    &game.button.save.x
+  },
+  {
+    "game.button.save.y",
+    &game.button.save.y
+  },
+  {
+    "game.button.load.x",
+    &game.button.load.x
+  },
+  {
+    "game.button.load.y",
+    &game.button.load.y
+  },
   {
     "tape.button.eject.x",
     &tape.button.eject.x
@@ -6068,6 +6090,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "tape.text.time.font",
     &tape.text.time.font
   },
+  {
+    "tape.show_game_buttons",
+    &tape.show_game_buttons
+  },
   {
     "editor.palette.x",
     &editor.palette.x