aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_item.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2020-05-05 08:38:18 +0200
committerGitHub <noreply@github.com>2020-05-05 08:38:18 +0200
commitf1a05d0f71d69641fd954daf68d13acad91114f1 (patch)
tree8134915502433a2ee61d4743cd718e1d0838f808 /src/script/lua_api/l_item.h
parentcad5b987ad4720bd6a49d3604be9e81ea348f799 (diff)
downloadminetest-f1a05d0f71d69641fd954daf68d13acad91114f1.tar.gz
minetest-f1a05d0f71d69641fd954daf68d13acad91114f1.tar.bz2
minetest-f1a05d0f71d69641fd954daf68d13acad91114f1.zip
Fix broken client if openal cannot be opened (#9804)
Diffstat (limited to 'src/script/lua_api/l_item.h')
0 files changed, 0 insertions, 0 deletions
a id='n132' href='#n132'>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 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252
/*
Minetest
Copyright (C) 2010-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_bloated.h"
#include "util/string.h"
#include <string>
#include <list>
#include <set>
#include <mutex>

class Settings;
struct NoiseParams;

// Global objects
extern Settings *g_settings;
extern std::string g_settings_path;

// Type for a settings changed callback function