Merge branch 'feature/download-non-blocking'
[supertux.git] / src / scripting / thunderstorm.hpp
index 37c91c2..c8e05c7 100644 (file)
@@ -22,7 +22,7 @@ class Thunderstorm;
 typedef Thunderstorm _Thunderstorm;
 #endif
 
-namespace Scripting {
+namespace scripting {
 
 class Thunderstorm
 {
@@ -64,6 +64,10 @@ public:
 
 #ifndef SCRIPTING_API
   _Thunderstorm* thunderstorm;
+
+private:
+  Thunderstorm(const Thunderstorm&);
+  Thunderstorm& operator=(const Thunderstorm&);
 #endif
 };