Renamed namespaces to all lowercase
[supertux.git] / src / scripting / tilemap.hpp
index 8ad8177..fc6d972 100644 (file)
@@ -22,7 +22,7 @@ class TileMap;
 typedef TileMap _TileMap;
 #endif
 
-namespace Scripting {
+namespace scripting {
 
 class TileMap
 {
@@ -59,6 +59,10 @@ public:
 
 #ifndef SCRIPTING_API
   _TileMap* tilemap;
+
+private:
+  TileMap(const TileMap&);
+  TileMap& operator=(const TileMap&);
 #endif
 };