New grow and skid sounds from remaxim
[supertux.git] / src / script_interface.hpp
index 6122670..3f47bcf 100644 (file)
@@ -31,10 +31,9 @@ class ScriptInterface
 public:
   virtual ~ScriptInterface()
   {}
-  
+
   virtual void expose(HSQUIRRELVM vm, SQInteger table_idx) = 0;
   virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx) = 0;
 };
 
 #endif
-