mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-28 08:53:26 +03:00
6 lines
1.9 KiB
JavaScript
6 lines
1.9 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["fifteen_min"] = [{"text":"impl SimpleState<SimpleApp<()>> for FindHome","synthetic":false,"types":[]},{"text":"impl SimpleState<SimpleApp<()>> for Results","synthetic":false,"types":[]}];
|
|
implementors["game"] = [{"text":"impl SimpleState<App> for LaneEditor","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for StopSignEditor","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for ChangeDuration","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for ShowAbsolute","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for ShowRelative","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for TuneRelative","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for About","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for ChangeScenario","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for UberTurnPicker","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for UberTurnViewer","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for MergeIntersections","synthetic":false,"types":[]}];
|
|
implementors["map_editor"] = [{"text":"impl SimpleState<App> for EditRoad","synthetic":false,"types":[]}];
|
|
implementors["santa"] = [{"text":"impl SimpleState<SimpleApp<Session>> for Strategize","synthetic":false,"types":[]},{"text":"impl SimpleState<SimpleApp<Session>> for Results","synthetic":false,"types":[]},{"text":"impl SimpleState<SimpleApp<Session>> for TitleScreen","synthetic":false,"types":[]},{"text":"impl SimpleState<SimpleApp<Session>> for Credits","synthetic":false,"types":[]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |