aboutsummaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2017-02-04 13:31:21 +0100
committersfan5 <sfan5@live.de>2017-02-04 13:31:21 +0100
commitde664b1c6d4b2bca47f918a6a865a920434bf664 (patch)
tree2150cb4153a756df1239159a34c281d34700a423 /src/script
parent047168ca839677bd967d6186e22f5476e2264709 (diff)
downloadminetest-de664b1c6d4b2bca47f918a6a865a920434bf664.tar.gz
minetest-de664b1c6d4b2bca47f918a6a865a920434bf664.tar.bz2
minetest-de664b1c6d4b2bca47f918a6a865a920434bf664.zip
Fix PlayerSAO deletion warning (0eede97af2927dcda3545192403b0a44f30bcd1f)
Diffstat (limited to 'src/script')
0 files changed, 0 insertions, 0 deletions
' href='#n117'>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
/*
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.
*/

#include "irrlichttypes_extrabloated.h"
#include <ISceneNode.h>
#include "camera.h"

#ifndef SKY_HEADER
#define SKY_HEADER

#define SKY_MATERIAL_COUNT 5
#define SKY_STAR_COUNT 200

class ITextureSource;