2020-12-08 02:00:16 +03:00
|
|
|
(function() {var implementors = {};
|
2020-12-08 02:57:39 +03:00
|
|
|
implementors["game"] = [{"text":"impl MinimapControls<App> for MinimapController","synthetic":false,"types":[]}];
|
2020-12-08 02:00:16 +03:00
|
|
|
implementors["osm_viewer"] = [{"text":"impl MinimapControls<SimpleApp<()>> for MinimapController","synthetic":false,"types":[]}];
|
2020-12-19 21:19:07 +03:00
|
|
|
implementors["santa"] = [{"text":"impl MinimapControls<SimpleApp<Session>> for MinimapController","synthetic":false,"types":[]}];
|
2020-12-08 02:00:16 +03:00
|
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|