updated contact info in source file headers
[rocksndiamonds.git] / src / conf_var.c
index 03ab11dd55ae577483766f92e8a8696af065bd02..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]