Added check for MD5 and version number to Addon online check
[supertux.git] / src / addon / addon.hpp
index e7a3c9f..81cf349 100644 (file)
@@ -54,6 +54,7 @@ private:
 
 public:
   std::string get_id() const { return m_id; }
+  int get_version() const { return m_version; }
 
   Type get_type() const { return m_type; }
   std::string get_title() const { return m_title; }