aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/subway-train.png
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2021-05-03 22:06:02 +0200
committerorwell96 <orwell@bleipb.de>2021-05-03 22:06:02 +0200
commit81cd305aa04f7af0bd812c5addb8673d5d633b44 (patch)
treeace239d39dcdbb1c51b175e5a2fb7c9ff9d1b4e0 /assets/blender/subway-train.png
parent5aa700c3ab14434e36cabb2ba7c9f053e52730cc (diff)
parentd4593491efbcab47efd918d7918b97b4621828b3 (diff)
downloadadvtrains-81cd305aa04f7af0bd812c5addb8673d5d633b44.tar.gz
advtrains-81cd305aa04f7af0bd812c5addb8673d5d633b44.tar.bz2
advtrains-81cd305aa04f7af0bd812c5addb8673d5d633b44.zip
Merge commit 'd4593491efbcab47efd918d7918b97b4621828b3'
Diffstat (limited to 'assets/blender/subway-train.png')
0 files changed, 0 insertions, 0 deletions
an 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. */ #ifndef MG_DECORATION_HEADER #define MG_DECORATION_HEADER #include <set> #include "objdef.h" #include "noise.h" #include "nodedef.h" class Mapgen; class MMVManip; class PcgRandom; class Schematic; enum DecorationType { DECO_SIMPLE, DECO_SCHEMATIC, DECO_LSYSTEM }; #define DECO_PLACE_CENTER_X 0x01 #define DECO_PLACE_CENTER_Y 0x02 #define DECO_PLACE_CENTER_Z 0x04 #define DECO_USE_NOISE 0x08 #define DECO_FORCE_PLACEMENT 0x10 #define DECO_LIQUID_SURFACE 0x20