Added AddonDialog and connected it into the whole non-blocking update stuff
[supertux.git] / src / addon / addon_manager.hpp
index c5e65f8..a58f38c 100644 (file)
@@ -97,6 +97,7 @@ public:
   Addon& get_installed_addon(const AddonId& addon);
 
   InstallStatusPtr request_install_addon(const AddonId& addon_id);
+  void abort_install();
   void install_addon(const AddonId& addon_id);
   void uninstall_addon(const AddonId& addon_id);