mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-07 22:35:21 +02:00
C++11 code modernization
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
#include "types.h"
|
||||
|
||||
|
||||
class BlockPos {
|
||||
public:
|
||||
struct BlockPos {
|
||||
int16_t x;
|
||||
int16_t y;
|
||||
int16_t z;
|
||||
|
Reference in New Issue
Block a user