aboutsummaryrefslogtreecommitdiff
path: root/builtin/fstk
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-07-17 07:24:10 +0200
committerest31 <MTest31@outlook.com>2015-07-17 07:24:10 +0200
commit2c359da8365fd7816f8dbf341af2d311c4af52ab (patch)
tree1362595759ef7bc42498a5788d979ae5f0978569 /builtin/fstk
parentb4f166fb45c13a47c80db99d858c640e921b5675 (diff)
downloadminetest-2c359da8365fd7816f8dbf341af2d311c4af52ab.tar.gz
minetest-2c359da8365fd7816f8dbf341af2d311c4af52ab.tar.bz2
minetest-2c359da8365fd7816f8dbf341af2d311c4af52ab.zip
Run updatepo.sh
Diffstat (limited to 'builtin/fstk')
0 files changed, 0 insertions, 0 deletions
ef='#n115'>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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
/*
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.
*/

#pragma once

#include "irrlichttypes.h"
#include <list>
#include <set>
#include <vector>
#include <string>
#include <map>
#include <json/json.h>
#include <unordered_set>
#include "util/basic_macros.h"
#include "config.h"
#include "metadata.h"

#define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_"

struct ModSpec