X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=d594cf48063b96727ea7f95da887dc166ebdf2e2;hb=14d7691c65ca4a466ce9b9448153e8fbe8351a81;hp=af5915b55104a36ec12af411d0a00f542427748a;hpb=f6513d7bc5806904a55708a2ddb6673842e933bd;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index af5915b5..d594cf48 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -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,50 @@ 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 + }, + { + "editor.palette.y", + &editor.palette.y + }, + { + "editor.palette.cols", + &editor.palette.cols + }, + { + "editor.palette.rows", + &editor.palette.rows + }, + { + "editor.palette.element_left.x", + &editor.palette.element_left.x + }, + { + "editor.palette.element_left.y", + &editor.palette.element_left.y + }, + { + "editor.palette.element_middle.x", + &editor.palette.element_middle.x + }, + { + "editor.palette.element_middle.y", + &editor.palette.element_middle.y + }, + { + "editor.palette.element_right.x", + &editor.palette.element_right.x + }, + { + "editor.palette.element_right.y", + &editor.palette.element_right.y + }, { "request.button.yes.x", &request.button.yes.x