Renamed namespaces to all lowercase
[supertux.git] / src / scripting / level.hpp
index fc94c47..ad8adab 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef HEADER_SUPERTUX_SCRIPTING_LEVEL_HPP
 #define HEADER_SUPERTUX_SCRIPTING_LEVEL_HPP
 
-namespace Scripting {
+namespace scripting {
 
 /** Instantly finish the currently played level */
 void Level_finish(bool win);