mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
6 lines
1.1 KiB
JavaScript
6 lines
1.1 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["game"] = [{"text":"impl SharedAppState for <a class=\"struct\" href=\"game/app/struct.App.html\" title=\"struct game::app::App\">App</a>","synthetic":false,"types":["game::app::App"]}];
|
|
implementors["map_editor"] = [{"text":"impl SharedAppState for <a class=\"struct\" href=\"map_editor/app/struct.App.html\" title=\"struct map_editor::app::App\">App</a>","synthetic":false,"types":["map_editor::app::App"]}];
|
|
implementors["map_gui"] = [{"text":"impl<T: 'static> SharedAppState for <a class=\"struct\" href=\"map_gui/simple_app/struct.SimpleApp.html\" title=\"struct map_gui::simple_app::SimpleApp\">SimpleApp</a><T>","synthetic":false,"types":["map_gui::simple_app::SimpleApp"]}];
|
|
implementors["widgetry_demo"] = [{"text":"impl SharedAppState for <a class=\"struct\" href=\"widgetry_demo/struct.App.html\" title=\"struct widgetry_demo::App\">App</a>","synthetic":false,"types":["widgetry_demo::App"]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |