home · contact · privacy
Client: Restructure passing of keybinding manipulation commands.
[plomrogue] / src / client / map.h
index 0031da2278f81f2996a79ca0e7c8f31ab36478a7..bd919d85fd3d2aa707f4b61f128a4b914747a697 100644 (file)
@@ -23,4 +23,6 @@ extern void map_center();
 /* Toggle world.focus_each_turn (auto-centering of map on player each turn). */
 extern void toggle_autofocus();
 
+
+
 #endif