mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-03 01:52:16 +03:00
6 lines
602 B
JavaScript
6 lines
602 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<T: 'static> SharedAppState for SimpleApp<T>","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;}})() |