Merge branch 'feature/download-non-blocking'
[supertux.git] / src / util / reader.hpp
index be7ec5e..2092984 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  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 */