Renamed namespaces to all lowercase
[supertux.git] / src / scripting / serialize.hpp
index 0363279..6749608 100644 (file)
 #include "util/writer_fwd.hpp"
 #include "util/reader_fwd.hpp"
 
-namespace Scripting {
+namespace scripting {
 
 void save_squirrel_table(HSQUIRRELVM vm, SQInteger table_idx, Writer& writer);
 void load_squirrel_table(HSQUIRRELVM vm, SQInteger table_idx, const Reader& lisp);
 
-} // namespace Scripting
+} // namespace scripting
 
 #endif