mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
6 lines
570 B
JavaScript
6 lines
570 B
JavaScript
(function() {var implementors = {};
|
|
implementors["game"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":[]}];
|
|
implementors["map_editor"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":[]}];
|
|
implementors["map_gui"] = [{"text":"impl SharedAppState for SimpleApp","synthetic":false,"types":[]}];
|
|
implementors["widgetry_demo"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":[]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |