X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futil%2Freader.hpp;h=2092984f5e158245980cccffd349a22dd794f802;hb=2b7cf1bf8c85a4df1d2a02ddcad8723b40f8efff;hp=be7ec5e3c40176a0197e2a83fcbdaf3f962bb95a;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/util/reader.hpp b/src/util/reader.hpp index be7ec5e3c..2092984f5 100644 --- a/src/util/reader.hpp +++ b/src/util/reader.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 Ingo Ruhnke // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -21,6 +21,8 @@ typedef lisp::Lisp Reader; +int reader_get_layer (const Reader& reader, int def); + #endif /* EOF */