Renamed namespaces to all lowercase
[supertux.git] / src / scripting / functions.hpp
index 9c2b58f..6eb8074 100644 (file)
@@ -25,7 +25,7 @@
 #define __custom(x)
 #endif
 
-namespace Scripting {
+namespace scripting {
 
 /**
  * Display the value of the argument. This is useful for inspecting tables.
@@ -212,7 +212,7 @@ void record_demo(const std::string& filename);
  */
 void play_demo(const std::string& filename);
 
-} // namespace Scripting
+} // namespace scripting
 
 #endif