(function() {var implementors = {};
implementors["game"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":["game::app::App"]}];
implementors["map_editor"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":["map_editor::App"]}];
implementors["map_gui"] = [{"text":"impl<T: 'static> SharedAppState for SimpleApp<T>","synthetic":false,"types":["map_gui::simple_app::SimpleApp"]}];
implementors["widgetry_demo"] = [{"text":"impl SharedAppState for App","synthetic":false,"types":["widgetry_demo::App"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()