mirror of
https://github.com/a-b-street/abstreet.git
synced 2025-01-01 10:57:17 +03:00
4 lines
1.3 KiB
JavaScript
4 lines
1.3 KiB
JavaScript
(function() {var implementors = {};
|
|
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 UberTurnPicker","synthetic":false,"types":[]},{"text":"impl SimpleState<App> for UberTurnViewer","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;}})() |