rnd-20140307-1-src
[rocksndiamonds.git] / src / conf_var.c
index 7710041e25ecd28957798819f65bfca47e2bc355..73f119678a6ebfe22cebcfcfed11cafe9c089cfd 100644 (file)
@@ -2044,6 +2044,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.input.name.font",
     &menu.main.input.name.font
   },
+  {
+    "main.show_game_buttons",
+    &menu.main.show_game_buttons
+  },
   {
     "preview.x",
     &preview.x
@@ -5804,6 +5808,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