aboutsummaryrefslogtreecommitdiff
path: root/src/clouds.cpp
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2013-06-13 14:32:53 +0200
committerKahrl <kahrl@gmx.net>2013-06-13 14:32:53 +0200
commit21d6b39fd734af632aa4847935ac5f2a4ad6dc61 (patch)
tree47f317401/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef L_CRAFT_H_ #define L_CRAFT_H_ #include <string> #include <vector> #include "lua_api/l_base.h" struct CraftReplacements; class ModApiCraft :