X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fscreens.c;h=175bae6f743fd39421c5939cff067d5329c8b7cf;hp=bd59b4cd4d8c46493fdf78c4dff95d1624c069bd;hb=9a2dd50332a4973a75ec1b7829e2155b99cc20ed;hpb=01f0b2ddf524d4b05ac65b443f44f37f871b17cd diff --git a/src/screens.c b/src/screens.c index bd59b4cd..175bae6f 100644 --- a/src/screens.c +++ b/src/screens.c @@ -6164,6 +6164,17 @@ static struct { &setup.touch.grid_ysize[1], execSetupChooseGridYSize_1 }, { &setup.touch.grid_ysize[1], &grid_size_text[1][1] }, + { &setup.internal.menu_game, execSetupGame }, + { &setup.internal.menu_editor, execSetupEditor }, + { &setup.internal.menu_graphics, execSetupGraphics }, + { &setup.internal.menu_sound, execSetupSound }, + { &setup.internal.menu_artwork, execSetupArtwork }, + { &setup.internal.menu_input, execSetupInput }, + { &setup.internal.menu_touch, execSetupTouch }, + { &setup.internal.menu_shortcuts, execSetupShortcuts }, + { &setup.internal.menu_exit, execExitSetup }, + { &setup.internal.menu_save_and_exit, execSaveAndExitSetup }, + { NULL, NULL } };