mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Shorten ManualMapVoxelManipulator to MMVManip
This commit is contained in:
parent
7289d61e99
commit
2d849b0a19
18 changed files with 103 additions and 110 deletions
|
@ -535,11 +535,11 @@ private:
|
|||
#define VMANIP_BLOCK_DATA_INEXIST 1
|
||||
#define VMANIP_BLOCK_CONTAINS_CIGNORE 2
|
||||
|
||||
class ManualMapVoxelManipulator : public VoxelManipulator
|
||||
class MMVManip : public VoxelManipulator
|
||||
{
|
||||
public:
|
||||
ManualMapVoxelManipulator(Map *map);
|
||||
virtual ~ManualMapVoxelManipulator();
|
||||
MMVManip(Map *map);
|
||||
virtual ~MMVManip();
|
||||
|
||||
virtual void clear()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue