X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Flevel.hpp;h=ad8adab991661ea796616f054da5d0361bdb3784;hb=13e56e5b8d9727128667bb42c3aa4850b4a8dd00;hp=fc94c4713b307ad1953f0ad3f2fdaf41f11ac2e3;hpb=045255cdf0a58161b908d769bc0bde1778c33e14;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);