mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-26 16:02:23 +03:00
4 lines
561 B
JavaScript
4 lines
561 B
JavaScript
(function() {var implementors = {};
|
|
implementors["game"] = [{"text":"impl GUI for <a class=\"struct\" href=\"game/game/struct.Game.html\" title=\"struct game::game::Game\">Game</a>","synthetic":false,"types":["game::game::Game"]}];
|
|
implementors["map_editor"] = [{"text":"impl GUI for <a class=\"struct\" href=\"map_editor/struct.UI.html\" title=\"struct map_editor::UI\">UI</a>","synthetic":false,"types":["map_editor::UI"]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |