aboutsummaryrefslogtreecommitdiff
path: root/src/light.h
diff options
context:
space:
mode:
authorMaksim Gamarnik <MoNTE48@mail.ua>2015-10-15 01:45:59 -0400
committerkwolekr <kwolekr@minetest.net>2015-10-15 01:45:59 -0400
commit5d88501a5799dbee8623ce9920423948659368fa (patch)
tree1d392bc08c8787a048e41f97b772c3c8e23ad5d8 /src/light.h
parent1a5b4b38f3457a8f1423305cef4e85d05da47d62 (diff)
downloadminetest-5d88501a5799dbee8623ce9920423948659368fa.tar.gz
minetest-5d88501a5799dbee8623ce9920423948659368fa.tar.bz2
minetest-5d88501a5799dbee8623ce9920423948659368fa.zip
Compress textures and fonts
Used PNGOUT, OptiPNG and DeflOpt. Removes ~350 KB without any loss in quality.
Diffstat (limited to 'src/light.h')
0 files changed, 0 insertions, 0 deletions
4' href='#n114'>114 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
/*
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_extrabloated.h"
#include <iostream>
#include "constants.h"
#include "cloudparams.h"

// Menu clouds
class Clouds;
extern Clouds *g_menuclouds;

// Scene manager used for menu clouds
extern scene::ISceneManager *g_menucloudsmgr;