mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Shorten ManualMapVoxelManipulator to MMVManip
This commit is contained in:
@@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#define MG_LIGHT 0x10
|
||||
|
||||
class Settings;
|
||||
class ManualMapVoxelManipulator;
|
||||
class MMVManip;
|
||||
class INodeDefManager;
|
||||
|
||||
extern FlagDesc flagdesc_mapgen[];
|
||||
@@ -45,7 +45,6 @@ extern FlagDesc flagdesc_gennotify[];
|
||||
class Biome;
|
||||
class EmergeManager;
|
||||
class MapBlock;
|
||||
class ManualMapVoxelManipulator;
|
||||
class VoxelManipulator;
|
||||
struct BlockMakeData;
|
||||
class VoxelArea;
|
||||
@@ -134,7 +133,7 @@ public:
|
||||
bool generating;
|
||||
int id;
|
||||
|
||||
ManualMapVoxelManipulator *vm;
|
||||
MMVManip *vm;
|
||||
INodeDefManager *ndef;
|
||||
|
||||
u32 blockseed;
|
||||
|
Reference in New Issue
Block a user