Remove levels from Incubator island worldmap that have been deleted from the directory
[supertux.git] / src / addon / downloader.hpp
index c75c7e1..6e7e482 100644 (file)
@@ -53,6 +53,7 @@ public:
     error_msg()
   {}
 
+  void abort();
   void update();
 
   void then(const std::function<void (bool)>& callback)