Allow ObjDefManager instances to be cloned
authorsfan5 <sfan5@live.de>
Thu, 9 Apr 2020 21:40:12 +0000 (23:40 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Tue, 5 May 2020 17:26:59 +0000 (19:26 +0200)
commit2062c80e21b657fed8e68aa48523fa12ad5ef095
tree4e760f58a01ddcf55593bed8abcbf41d11f1c96b
parentd1c6cc72cce7e02dcaca7797b463d071d67d27db
Allow ObjDefManager instances to be cloned
13 files changed:
src/mapgen/mg_biome.cpp
src/mapgen/mg_biome.h
src/mapgen/mg_decoration.cpp
src/mapgen/mg_decoration.h
src/mapgen/mg_ore.cpp
src/mapgen/mg_ore.h
src/mapgen/mg_schematic.cpp
src/mapgen/mg_schematic.h
src/nodedef.cpp
src/nodedef.h
src/objdef.cpp
src/objdef.h
src/unittest/test_objdef.cpp