X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Flevel.hpp;h=ad8adab991661ea796616f054da5d0361bdb3784;hb=cdd2ef070adefb61932a9977a91f966ba8ed40ab;hp=fc94c4713b307ad1953f0ad3f2fdaf41f11ac2e3;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/scripting/level.hpp b/src/scripting/level.hpp index fc94c4713..ad8adab99 100644 --- a/src/scripting/level.hpp +++ b/src/scripting/level.hpp @@ -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);