aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindIrrlicht.cmake
diff options
context:
space:
mode:
authorLars Hofhansl <larsh@apache.org>2017-01-08 09:32:16 -0800
committerNer'zhul <nerzhul@users.noreply.github.com>2017-01-08 19:22:33 +0100
commit1fee649f1586c39510169f4dbc84b6c7aed12cfd (patch)
tree4725b0fe042b8e8f2e94bbb2d4c2b837c8a5aa97 /cmake/Modules/FindIrrlicht.cmake
parent98e36d7d681abc508aa81b6f9df0c8c87c7cfe17 (diff)
downloadminetest-1fee649f1586c39510169f4dbc84b6c7aed12cfd.tar.gz
minetest-1fee649f1586c39510169f4dbc84b6c7aed12cfd.tar.bz2
minetest-1fee649f1586c39510169f4dbc84b6c7aed12cfd.zip
Minor: Fix indentation in serverenvironment.cpp
Diffstat (limited to 'cmake/Modules/FindIrrlicht.cmake')
0 files changed, 0 insertions, 0 deletions
ef='#n123'>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
/*
Minetest
Copyright (C) 2010-2017 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 "environment.h"
#include <ISceneManager.h>
#include "clientobject.h"
#include "util/numeric.h"
#include "activeobjectmgr.h"

class ClientSimpleObject;
class ClientMap;
class ClientScripting;
class ClientActiveObject;
class GenericCAO;
class LocalPlayer;

/*
	The client-side environment.