aboutsummaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
authorWuzzy <Wuzzy2@mail.ru>2021-03-06 04:05:14 +0100
committersfan5 <sfan5@live.de>2021-05-29 11:45:04 +0200
commitd7a4479eb382392555ece1638169aeea094acc31 (patch)
treefd7c20292cf7b417526a987fa7ea6135fe390912 /src/mapnode.h
parent5bf72468f3a0925a9fc3c9acacf3f6e138bff35e (diff)
downloadminetest-d7a4479eb382392555ece1638169aeea094acc31.tar.gz
minetest-d7a4479eb382392555ece1638169aeea094acc31.tar.bz2
minetest-d7a4479eb382392555ece1638169aeea094acc31.zip
Fix misleading /shutdown command syntax
0 files changed, 0 insertions, 0 deletions
"hl com"> 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 UTIL_DIRECTIONTABLES_HEADER #define UTIL_DIRECTIONTABLES_HEADER #include "../irrlichttypes.h" #include "../irr_v3d.h" extern const v3s16 g_6dirs[6]; extern const v3s16 g_26dirs[26]; // 26th is (0,0,0) extern const v3s16 g_27dirs[27]; /// Direction in the 6D format. g_27dirs contains corresponding vectors.