aboutsummaryrefslogtreecommitdiff
path: root/src/keycode.cpp
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-05-12 02:20:18 +0100
committerparamat <mat.gregory@virginmedia.com>2015-05-12 04:40:53 +0100
commit02805af36ed4f3f11738c5439b5edd9e1db659ea (patch)
tree9a7ffa4da92d53563eaa9786498fc51234adfc73 /src/keycode.cpp
parent82e35edff52d88dcd64a9bfc9d2c4c93f1341b78 (diff)
downloadminetest-02805af36ed4f3f11738c5439b5edd9e1db659ea.tar.gz
minetest-02805af36ed4f3f11738c5439b5edd9e1db659ea.tar.bz2
minetest-02805af36ed4f3f11738c5439b5edd9e1db659ea.zip
Mapgen v5/6/7: Cleanup node resolver and aliases
Diffstat (limited to 'src/keycode.cpp')
0 files changed, 0 insertions, 0 deletions
ref='#n106'>106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2017-8 rubenwardy <rw@rubenwardy.com>
Copyright (C) 2017 raymoo

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.
*/

#include "lua_api/l_itemstackmeta.h"
#include "lua_api/l_internal.h"
#include "common/c_content.h"