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