Set 'licence' attribute on sound files
[supertux.git] / src / addon / addon.hpp
index a630435..1b5f4f3 100644 (file)
 
 #include <string>
 #include <vector>
-#include "lisp/parser.hpp"
-#include "lisp/lisp.hpp"
-#include "lisp/writer.hpp"
 
-class Addon;
-
-#include "addon/addon_manager.hpp"
+namespace lisp {
+class Writer;
+class Lisp;
+}
 
 /**
  * Represents an (available or installed) Add-on, e.g. a level set